phpunit-pretty-print icon indicating copy to clipboard operation
phpunit-pretty-print copied to clipboard

✅  Make your PHPUnit output beautiful

Results 4 phpunit-pretty-print issues
Sort by recently updated
recently updated
newest added

Im using: - PHP: 8.2 - PHPUnit: 9.5 - phpunit-pretty-print: 1.4 installed using Composer. Not sure of what I'm doing wrong but: ``` use PHPUnit\TextUI\TestRunner; use PHPUnit\Framework\TestSuite; $suite = new...

Most phpunit assertion methods have an optional `message` parameter. Would be great to print this in color to make it stand out. IE `A billing message is expected to be...

- Add support for PHPUnit 10 (and Laravel 10.x in the process) - Added Travis support for testing in PHP 8.1

Could you please to make phpunit-pretty-print compatible with Laravel 10!