Skip to content

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

Diff for: src/ResultPrinter/Report.php

+1-1
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)