phpunit vs artisan test print style #43095
Unanswered
beatrizsanchez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to use the same test printer that is used when running
php artisan test
for those tests run usingphpunit ...
. I have seen several prettifiers in some of the laravel issues but I cannot find the actual printer used byphp artisan test
.This is how
php artisan test
shows the outputThe closest one I´ve found is
Sempro\PHPUnitPrettyPrinter\PrettyPrinterForPhpUnit9
which can be found here.Does anyone know which printer is being used?
Beta Was this translation helpful? Give feedback.
All reactions