create exports via command (#3605)

This commit is contained in:
Kevin Papst
2022-10-29 18:20:19 +02:00
committed by GitHub
parent 0461539f4b
commit d58720252e
11 changed files with 667 additions and 17 deletions

View File

@@ -192,8 +192,6 @@ class InvoiceCreateCommandTest extends KernelTestCase
protected function prepareFixtures(\DateTime $start)
{
$em = $this->getEntityManager();
$fixture = new CustomerFixtures();
$fixture->setAmount(1);
$fixture->setCallback(function (Customer $customer) {