From e24aee746aa9279378b78abaa6bf4a6ae87f5e1b Mon Sep 17 00:00:00 2001 From: George Petculescu Date: Mon, 31 May 2021 13:15:00 +0300 Subject: don't mark no-assertions tests as failed --- tests/phpunit.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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"> ./codeigniter/core -- cgit v1.2.3-24-g4f1b