- silence some warnings
[plcapi.git] / test / PHPUnit / TestSuite.php
index 629b3fc..55220b7 100644 (file)
@@ -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