X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2FPHPUnit%2FTestSuite.php;h=55220b74a2ce71f9001e852488b735896e72325c;hb=369fa296e015065bd5a64ab4c410751e2a5874a8;hp=629b3fc3615031dd5b236e81b00bd593ff63497d;hpb=d14723a7c6fe196669ab1e6bf856fd0126facc10;p=plcapi.git diff --git a/test/PHPUnit/TestSuite.php b/test/PHPUnit/TestSuite.php index 629b3fc..55220b7 100644 --- a/test/PHPUnit/TestSuite.php +++ b/test/PHPUnit/TestSuite.php @@ -157,7 +157,7 @@ class PHPUnit_TestSuite { for ($i = 0; $i < sizeof($this->_tests) && !$result->shouldStop(); $i++) { $this->_tests[$i]->run($result); if ($show_progress != '') { - echo $show_progress; flush(); ob_flush(); + echo $show_progress; flush(); @ob_flush(); } } } @@ -236,4 +236,4 @@ class PHPUnit_TestSuite { * c-hanging-comment-ender-p: nil * End: */ -?> +?> \ No newline at end of file