collision
collision copied to clipboard
π₯ Collision is a beautiful error reporting tool for command-line applications
I've dug around a bit, and I'm not at all certain this is the right place for this so if it's not, and you could point me in the right...
I have never been able to get php artisan test --profile working. I dug deep today and i ended up in vendor/nunomaduro/collision/src/Adapters/Phpunit/Printers/DefaultPrinter.php on line 422, when I move $this->style->writeSlowTests($this->profileSlowTests, $event->telemetryInfo());...
Inspired by this Pinkary post: https://pinkary.com/@huberfe/questions/9d38b8f9-dc41-46ff-9708-0a6cf90eaac7 If your project has very good code coverage where most files are covered (like the Pinkary project), you may want to remove from the...
``` β― pa test --parallel .......β¨―......................................................β¨―....................... ......................................................... ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ FAILED Tests\Legacy\Http\Controllers\Api\Legacy\LeadSettings\LeadProvidersβ¦ Error Unknown named parameter $daily_cap_error_msg TypeError str_replace(): Argument #3 ($subject) must be of type array|string, null given at vendor/nunomaduro/collision/src/Writer.php:179 175β...
Running `artisan test -v` causes PHPUnit to fail with `Unknown option "-v"`. Seems like TestCommand::phpunitArguments() should be updated to exclude '-v', '-vv', '-vvv', '--verbose' from being passed to PHPUnit. nunomaduro/collision...
Since Laravel 11, the `bootstrap/app.php` file has the following lines included by default: ```php ->withExceptions(function (Exceptions $exceptions) { // })->create(); ``` Theoretically, if you don't want an exception handler, you...
This PR adds PHP 8.4 to the matrix and makes some small adjustments. Blocked by: - https://github.com/paratestphp/paratest/pull/872 (which is a dependency of PestPHP) - https://github.com/krakjoe/pcov/pull/111 (which is a dependency of...