This repository was archived by the owner on Mar 12, 2025. It is now read-only.
Commit 33e8ccf
Report:write compatibility fix (#27)
* Report:write compatibility fix
Compatibility with PHPUnit 7.0+
Declaration of Codeception\PHPUnit\ResultPrinter\Report::write($buffer): void should be compatible with PHPUnit\Util\Printer::write(string $buffer): void
* Update ConsolePrinter.php1 parent cde8406 commit 33e8ccf
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
0 commit comments