phpUnit output shows only after the tests are done when using --filter or --group

Viewed 15

When I run dusk with --filter or --group options, the tests don't output anything until all tests are done.

But when I run all tests without any options, I get output after each test has passed/failed.

Why is this happening?

0 Answers
Related