Pony.fm/tests
Laravel Shift 795f314d1a Shift 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
2021-02-14 18:01:31 +00:00
..
ApiAuthTest.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
ApiTest.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
TestCase.php Shift return type of base TestCase methods 2021-02-14 18:01:31 +00:00