diff options
author | George Petculescu <gxgpet@gmail.com> | 2021-05-31 12:15:00 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2021-05-31 12:15:00 +0200 |
commit | e24aee746aa9279378b78abaa6bf4a6ae87f5e1b (patch) | |
tree | 2aca6bfc461195bb55060427ff58c2e477c0d002 | |
parent | 0648ae2acb3fae84f2cc49e15edb345ccef6cad5 (diff) |
don't mark no-assertions tests as failed
-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> |