From 69ff09d73e70b5456f34408702d0032f834a3e5d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 23 Nov 2012 15:18:47 +0100 Subject: [PATCH] Removed strict and verbose flags from default PHPUnit It complains when *any* output was caused during test runs, which is confusing for the typical var_dump() debugging style. --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1d1f999..0086f0b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -16,7 +16,7 @@ for more information on configuration and execution options. - framework/dev/TestRunner.php for an alternative way to run unit tests through the "sake" CLI tool. --> - + mysite/tests