- tests fixup
[m6w6/ext-http] / tests / ut_HttpRequestPool.phpt
index 774fa6f619c39d12f91ba13ec252fc5aee0715a0..1d82a63bf3ddf1ccd9af38381252b12d34d51600 100644 (file)
@@ -10,6 +10,9 @@ skipif(!@include 'PHPUnit2/Framework/TestCase.php', 'need PHPUnit2');
 <?php
 echo "-TEST\n";
 
+error_reporting(E_ALL);
+ini_set('html_errors', 0);
+
 require_once 'PHPUnit2/Framework/TestSuite.php';
 require_once 'PHPUnit2/Framework/TestCase.php';
 require_once 'PHPUnit2/TextUI/ResultPrinter.php';
@@ -92,6 +95,7 @@ echo "Done\n";
 --EXPECTF--
 %sTEST
 
+
 Time: 0
 
 OK (16 tests)