Skip to content

Commit 4eb9066

Browse files
committed
Fix #79639 - Preserving the html report options in parallel worker mode
1 parent 017c60e commit 4eb9066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3794,7 +3794,7 @@ public function getHtmlFileHandle()
37943794
*/
37953795
public function isHtmlEnabled()
37963796
{
3797-
return !empty($this->getHtmlOutputFilename()) && is_resource($this->getHtmlFileHandle());
3797+
return !empty($this->htmlOutputFilename) && is_resource($this->getHtmlFileHandle());
37983798
}
37993799

38003800
public function closeHtmlHandle()

0 commit comments

Comments
 (0)