- xmlrpc.inc: add support for the <ex:nil/> from the apache library, both in input...
[plcapi.git] / test / PHPUnit / TestSuite.php
index f0618d0..629b3fc 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();
+                echo $show_progress; flush(); ob_flush();
             }
         }
     }