Skip to content

Commit

Permalink
added missing ob_end_flush() call
Browse files Browse the repository at this point in the history
  • Loading branch information
bancer committed Nov 21, 2017
1 parent 9a69363 commit a2cc984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php
Expand Up @@ -38,6 +38,7 @@ public function paintHeader() {
$this->paintDocumentStart();
$this->paintTestMenu();
echo "<ul class='tests'>\n";
ob_end_flush();
}

/**
Expand Down

0 comments on commit a2cc984

Please sign in to comment.