phpunit-pretty-printer
phpunit-pretty-printer copied to clipboard
A PHPUnit result printer that shows per-file test progress and execution times
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Release notes Sourced from phpstan/phpstan's releases. 1.10.50 Improvements 🔧 Update nikic/php-parser to 4.18.0 (https://github.com/phpstan/phpstan-src/commit/24f92cc2a69cbeecefb8e2093c6db41138cc9398) Bugfixes 🐛 VoidType - accept null...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.21.2 to 2.28.0. Release notes Sourced from shivammathur/setup-php's releases. 2.28.0 Changelog Specifying 8.3 in php-version now installs a stable build of PHP 8.3. - name: Setup PHP...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Hello there, I've just tried upgrading to PHPUnit 10 on our project, and I notice the changelog says : > - Removed the --printer option > - Removed the printerClass...
When I add message containing minus sign it highlights following string with green. Plus sign makes following string red. Is it an expected behavior for all assertion messages? I use...