MDL-60611 phpunit: ignore risky (empty) unit tests
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 2 Nov 2017 21:01:43 +0000 (22:01 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 2 Nov 2017 22:45:35 +0000 (23:45 +0100)
At some point we should review them, removing or moving stuff.

phpunit.xml.dist

index 720b79c..963f63c 100644 (file)
@@ -13,6 +13,7 @@
         stopOnFailure="false"
         stopOnIncomplete="false"
         stopOnSkipped="false"
+        beStrictAboutTestsThatDoNotTestAnything="false"
         printerClass="Hint_ResultPrinter"
         testSuiteLoaderClass="phpunit_autoloader"
         >