implement our own Printer class because PhpUnit DefaultPrinter has become final

This commit is contained in:
Fabio Ivona
2022-06-23 14:24:10 +02:00
parent c0fc52f719
commit 402995bf29
2 changed files with 60 additions and 1 deletions

View File

@ -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