snipe-it/tests
Laravel Shift 8b82262777 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-06-10 20:18:12 +00:00
..
_data Avoid populating db manually. (#5255) 2018-03-27 17:43:28 -07:00
_envs Avoid populating db manually. (#5255) 2018-03-27 17:43:28 -07:00
_output Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
_support Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
acceptance Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
api Shift to class based factories 2021-06-10 20:17:44 +00:00
functional Shift to class based factories 2021-06-10 20:17:44 +00:00
unit Shift to class based factories 2021-06-10 20:17:44 +00:00
_bootstrap.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
acceptance.suite.yml Fixed a few more tests 2020-04-21 21:13:00 -07:00
api.suite.yml Avoid populating db manually. (#5255) 2018-03-27 17:43:28 -07:00
functional.suite.yml Avoid populating db manually. (#5255) 2018-03-27 17:43:28 -07:00
TestCase.php Shift return type of base TestCase methods 2021-06-10 20:18:12 +00:00
TODO.testing Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
unit.suite.yml Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00