mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01:00
implement our own Printer class because PhpUnit DefaultPrinter has become final
This commit is contained in:
@ -12,7 +12,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Pest\Logging;
|
||||
|
||||
use PHPUnit\Util\Printer;
|
||||
use Pest\Support\Printer;
|
||||
|
||||
/**
|
||||
* @internal This class is not covered by the backward compatibility promise for PHPUnit
|
||||
|
||||
Reference in New Issue
Block a user