diff options
Diffstat (limited to 'Tests/TestDriver.php')
-rw-r--r-- | Tests/TestDriver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestDriver.php b/Tests/TestDriver.php index 27312d2..1a1f5b1 100644 --- a/Tests/TestDriver.php +++ b/Tests/TestDriver.php @@ -16,7 +16,7 @@ require_once 'PHPUnit/Framework.php'; //require_once 'PHPUnit/GUI/HTML.php'; -error_reporting(E_ALL); +error_reporting(E_ALL | E_STRICT); global $__test_errors; $__test_errors = array(); |