librenms/tests/Unit/Data
Jellyfrog 3985ce74ce
Update PHPUnit to 8.x (#11635)
* 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

* Update PHPUnit to 8.x

Part of Laravel 6 upgrade

* Bump php versions

Co-authored-by: Laravel Shift <shift@laravelshift.com>
Co-authored-by: Tony Murray <murraytony@gmail.com>
2020-05-19 16:31:50 +02:00
..
DatastoreTest.php Update PHPUnit to 8.x (#11635) 2020-05-19 16:31:50 +02:00
GraphiteStoreTest.php Update PHPUnit to 8.x (#11635) 2020-05-19 16:31:50 +02:00
InfluxDBStoreTest.php Refactor Datastores to allow future improvements. OpenTSDB Tags. (#11283) 2020-03-16 09:17:58 -05:00
OpenTSDBStoreTest.php Update PHPUnit to 8.x (#11635) 2020-05-19 16:31:50 +02:00
PrometheusStoreTest.php Update PHPUnit to 8.x (#11635) 2020-05-19 16:31:50 +02:00