1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/tests/Pdf
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
..
invoice2.html Tests for PDF generation 2019-05-04 16:55:19 +10:00
invoice3.html Tests for PDF generation 2019-05-04 16:55:19 +10:00
invoice4.html Tests for PDF generation 2019-05-04 16:55:19 +10:00
invoice5.html Tests for PDF generation 2019-05-04 16:55:19 +10:00
invoice.html Tests for PDF generation 2019-05-04 16:55:19 +10:00
PdfGenerationTest.php Set return type of base TestCase methods 2022-06-21 10:00:57 +00:00