Skip to content

Commit 7bb5ca9

Browse files
committed
issue-21: Switching from ResultPrinter to DefaultResultPrinter
Check sebastianbergmann/phpunit#4024
1 parent 629785d commit 7bb5ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Printer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
use PHPUnit\Framework\Test;
66
use PHPUnit\Framework\Warning;
7-
use PHPUnit\TextUI\ResultPrinter;
7+
use PHPUnit\TextUI\DefaultResultPrinter;
88
use PHPUnit\Util\Test as UtilTest;
99
use PHPUnit\Framework\AssertionFailedError;
1010

11-
class Printer extends ResultPrinter
11+
class Printer extends DefaultResultPrinter
1212
{
1313
/**
1414
* Replacement symbols for test statuses.

0 commit comments

Comments
 (0)