From 664753b7873f3dcc200f255bfb5a7535424f9eca Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Wed, 9 May 2018 18:26:58 +0200 Subject: Add privacy provider --- phpunit.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml index 593f644..111f963 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -13,14 +13,15 @@ stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" - strict="false" + beStrictAboutTestsThatDoNotTestAnything="false" + beStrictAboutOutputDuringTests="true" printerClass="Hint_ResultPrinter" testSuiteLoaderClass="phpunit_autoloader" > - + @@ -29,9 +30,17 @@ - + . + + + . + + . + + + -- cgit v1.2.3