mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
added missing ob_end_flush() call
This commit is contained in:
parent
9a69363858
commit
a2cc9843e4
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class CakeHtmlReporter extends CakeBaseReporter {
|
|||
$this->paintDocumentStart();
|
||||
$this->paintTestMenu();
|
||||
echo "<ul class='tests'>\n";
|
||||
ob_end_flush();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue