From 8722b346dc62e1d4a1a1c22f27724625103e0fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=C5=A1ek=20Brychta?= Date: Tue, 3 Aug 2021 22:45:08 +0200 Subject: [PATCH] Stop reporting tests without assert as risky --- tests/phpunit.xml.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/phpunit.xml.dist b/tests/phpunit.xml.dist index e5433a4f4..df44d6d63 100644 --- a/tests/phpunit.xml.dist +++ b/tests/phpunit.xml.dist @@ -6,7 +6,8 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false"> + stopOnFailure="false" + beStrictAboutTestsThatDoNotTestAnything="false"> .