From e1ab92275cefe13c8e41c0ca42679258ebecbce8 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 27 Apr 2017 18:20:12 +0200 Subject: [PATCH] Allow tests without assertions --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8c2d0f22..cc6bd4fd 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,6 +9,7 @@ processIsolation="false" stopOnFailure="false" syntaxCheck="false" + beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="./test/bootstrap.php">