dev-master
9999999-dev http://github.com/psychomieze/parallel-phpunit-resultprinterPrint test results if run with gnu parallel
GPL2
The Requires
- php >=5.4
The Development Requires
by Susanne Moog
phpunit tests parallel
Wallogit.com
2017 © Pedro Peláez
Print test results if run with gnu parallel
This is a very ugly but working hack to get nicer results when running tests with gnu parallels., (*1)
Works like this:, (*2)
time find -L . -name \*Test.php -path \*typo3_src/typo3/sysext/*/Tests/Functional* | parallel --gnu 'echo; echo "Running functional {} test case"; ./bin/phpunit --colors -c typo3/sysext/core/Build/FunctionalTests.xml --printer "\Parallel\PhpUnit\ResultPrinter" {}' > /dev/null
cat test.txt
rm test.txt
Add the following to your composer.json:, (*3)
"psychomieze/parallel-phpunit-resultPrinter": "*@dev", (*4)
and run composer update., (*5)
Print test results if run with gnu parallel
GPL2
phpunit tests parallel