1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/tests/Feature/Import
Shift 4f7a8f9752
Set return type of base TestCase methods
From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:

- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`

[1]: https://phpunit.de/announcements/phpunit-8.html
2022-06-21 10:00:57 +00:00
..
CSV Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Freshbooks Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Invoice2Go Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Invoicely Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Wave Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Zoho Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
backup.zip Fixes for import company tests 2021-05-30 21:26:43 +10:00
clients.csv Working on importing CSV Invoices 2020-12-20 18:02:58 +11:00
expenses.csv Add tests; block sending payment emails during an import. 2021-02-17 22:05:33 -05:00
freshbooks_clients.csv Tests for imports 2022-02-10 08:53:48 +11:00
freshbooks_invoices.csv Tests for imports 2022-02-10 08:53:48 +11:00
i2g_clients.csv Tests for imports 2022-02-10 08:53:48 +11:00
i2g_invoices.csv Tests for imports 2022-02-10 08:53:48 +11:00
ImportCompanyTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ImportCsvTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
invoice.csv Working on importing CSV Invoices 2020-12-20 18:02:58 +11:00
invoicely_clients.csv Tests for imports 2022-02-10 08:53:48 +11:00
invoicely_invoices.csv Tests for imports 2022-02-10 08:53:48 +11:00
payments.csv Add tests; block sending payment emails during an import. 2021-02-17 22:05:33 -05:00
products.csv Fixes for github actions 2020-12-18 11:31:27 +11:00
quotes.csv Tests for quote import 2022-02-08 15:14:26 +11:00
vendors.csv Add tests; block sending payment emails during an import. 2021-02-17 22:05:33 -05:00
wave_clients.csv Tests for imports 2022-02-10 08:53:48 +11:00
wave_expenses.csv Tests for expense imports for Wave 2022-02-10 21:15:58 +11:00
wave_invoices.csv Tests for imports 2022-02-10 08:53:48 +11:00
wave_vendors.csv Tests for vendor import with Wave 2022-02-10 15:10:56 +11:00
zoho_contacts.csv Tests for imports 2022-02-10 08:53:48 +11:00
zoho_invoices.csv Tests for imports 2022-02-10 08:53:48 +11:00