1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/tests/Feature
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
..
Account Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Client Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ClientPortal Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Export Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Import Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Inventory Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Ninja Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Payments Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
PdfMaker Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Scheduler Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
Shop Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ActivityApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ApplePayDomainMerchantUrlTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
CancelInvoiceTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ClientApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ClientDeletedInvoiceCreationTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ClientGatewayTokenApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ClientModelTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ClientPresenterTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ClientTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
CompanyGatewayApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
CompanyGatewayResolutionTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
CompanyGatewayTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
CompanySettingsTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
CompanyTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
CompanyTokenApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
CreditTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
DeleteInvoiceTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
DesignApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
DocumentsApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
EntityPaidToDateTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ExpenseApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ExpenseCategoryApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
FilterApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
GroupSettingTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
InvitationTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
InvoiceAmountPaymentTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
InvoiceEmailTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
InvoiceLinkTasksTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
InvoiceTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
LoadTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
LoginTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
MigrationTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
MultiPaymentDeleteTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
PaymentTermsApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
PaymentTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
PdfCreatorTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
PingTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
PreviewTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ProductTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ProjectApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
PurchaseOrderTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
QuoteTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
RecurringExpenseApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
RecurringInvoicesCronTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
RecurringInvoiceTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
RecurringQuotesTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
RecurringQuoteTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
RefundTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ReminderTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
ReverseInvoiceTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
SubscriptionApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
SystemLogApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
TaskApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
TaskStatusApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
TaskStatusSortOnUpdateTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
TaxRateApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
UpdateExchangeRatesTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
UpdatePaymentTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
UserTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
VendorApiTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00
WebhookAPITest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00