- tests fixup
[m6w6/ext-http] / tests / ut_HttpRequest.phpt
index ab3691de47fe9e4a4af75c45be0189fd78690b5d..3b69c2a5474f365a1fee88a8899151b07fafc6a6 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';
@@ -240,6 +243,7 @@ echo "Done\n";
 --EXPECTF--
 %sTEST
 
+
 Time: 0
 
 OK (53 tests)