added missing ob_end_flush() call

This commit is contained in:
Val Bancer 2017-11-21 15:20:14 +01:00 committed by GitHub
parent 9a69363858
commit a2cc9843e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ class CakeHtmlReporter extends CakeBaseReporter {
$this->paintDocumentStart();
$this->paintTestMenu();
echo "<ul class='tests'>\n";
ob_end_flush();
}
/**