time docker-compose exec php composer tests
> php -dxdebug.enable=0 -dopcache.enable=1 -dopcache.max_accelerated_files=20000 -dopcache.memory_consumption=192 -dopcache.max_wasted_percentage=10 -dopcache.interned_strings_buffer=16 ./vendor/bin/phpunit
PHPUnit 9.4.0 by Sebastian Bergmann and contributors.
Testing
............................................................... 63 / 310 ( 20%)
............................................................... 126 / 310 ( 40%)
............................................................... 189 / 310 ( 60%)
............................................................... 252 / 310 ( 81%)
.......................................................... 310 / 310 (100%)
Time: 00:11.554, Memory: 136.50 MB
OK (310 tests, 656 assertions)
real 0m12,725s
user 0m0,483s
sys 0m0,137s