Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit f6dfd72

Browse files
committed
Fix --report for PHPUnit 5 and 6
1 parent 9b24291 commit f6dfd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResultPrinter/Report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ public function printResult(\PHPUnit\Framework\TestResult $result)
5959

6060
public function write($buffer)
6161
{
62-
62+
parent::write($buffer);
6363
}
6464
}

0 commit comments

Comments
 (0)