When trying this command docker-compose exec app php ./vendor/bin/phpunit
Or inside container like /vendor/bin/phpunit
Results are like:
PHPUnit 8.5.4 by Sebastian Bergmann and contributors.
..F..FFFEE
While I'd need more details like time of test and failures info.
I'm able to get some info by enabling stopOnFailure = true
But it's not ideal because it stops on the first one but I would need all of test to run and see the result.
I would need something like:
PHPUnit 8.5.4 by Sebastian Bergmann and contributors.
.......................E....................................... 63 / 116 ( 54%)
..................................................... 116 / 116 (100%)
Time: 1.2 minutes, Memory: 48.50 MB
There was 1 error:
ERRORS!
Tests: 116, Assertions: 219, Errors: 1.