Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Apr 17, 2024
1 parent e7e80ee commit e844ce5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/ClientBundle/Tests/Functional/Api/ContactTest.php
Expand Up @@ -20,7 +20,6 @@
use SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData;
use SolidInvoice\ClientBundle\Entity\Client;
use SolidInvoice\ClientBundle\Entity\Contact;
use SolidInvoice\InstallBundle\Test\EnsureApplicationInstalled;
use function assert;

/**
Expand Down
1 change: 0 additions & 1 deletion src/InvoiceBundle/Tests/Functional/Api/InvoiceTest.php
Expand Up @@ -19,7 +19,6 @@
use SolidInvoice\ApiBundle\Test\ApiTestCase;
use SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData as LoadClientData;
use SolidInvoice\ClientBundle\Entity\Contact;
use SolidInvoice\InstallBundle\Test\EnsureApplicationInstalled;
use SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData as LoadInvoiceData;
use SolidInvoice\InvoiceBundle\Entity\Invoice;
use function assert;
Expand Down
Expand Up @@ -20,7 +20,6 @@
use SolidInvoice\ApiBundle\Test\ApiTestCase;
use SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData as LoadClientData;
use SolidInvoice\ClientBundle\Entity\Contact;
use SolidInvoice\InstallBundle\Test\EnsureApplicationInstalled;
use SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData as LoadInvoiceData;
use SolidInvoice\InvoiceBundle\Entity\RecurringInvoice;
use function assert;
Expand Down
1 change: 0 additions & 1 deletion src/PaymentBundle/Tests/Functional/Api/PaymentTest.php
Expand Up @@ -17,7 +17,6 @@
use Liip\TestFixturesBundle\Services\DatabaseToolCollection;
use SolidInvoice\ApiBundle\Test\ApiTestCase;
use SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData as LoadClientData;
use SolidInvoice\InstallBundle\Test\EnsureApplicationInstalled;
use SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData as LoadPaymentData;
use SolidInvoice\PaymentBundle\Entity\Payment;
use function assert;
Expand Down
1 change: 0 additions & 1 deletion src/QuoteBundle/Tests/Functional/Api/QuoteTest.php
Expand Up @@ -19,7 +19,6 @@
use SolidInvoice\ApiBundle\Test\ApiTestCase;
use SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData as LoadClientData;
use SolidInvoice\ClientBundle\Entity\Contact;
use SolidInvoice\InstallBundle\Test\EnsureApplicationInstalled;
use SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData as LoadQuoteData;
use SolidInvoice\QuoteBundle\Entity\Quote;
use function assert;
Expand Down

0 comments on commit e844ce5

Please sign in to comment.