diff options
author | Andrey Andreev <narf@devilix.net> | 2021-09-14 12:47:31 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2021-09-14 12:48:54 +0200 |
commit | 87928371de8a316c9880a451fae04d9785c32840 (patch) | |
tree | 105f60457936882e1d41fcf03c4e7189929951f3 /tests/phpunit.xml | |
parent | 063aee9e0f6f560b479958e4fae9f5b77048c8fa (diff) |
Merge pull request #6045 from gxgpet/develop_fixtravis
Fixes Travis pipeline. Adding PHPUnit 8.
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 875198c4e..a1626ce91 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -8,7 +8,8 @@ stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" - stopOnSkipped="false"> + stopOnSkipped="false" + beStrictAboutTestsThatDoNotTestAnything="false"> <testsuites> <testsuite name="CodeIgniter Core Test Suite"> <directory suffix="test.php">./codeigniter/core</directory> |