Skip to content

susannemoog/parallel-phpunit-resultPrinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel-phpunit-resultPrinter

This is a very ugly but working hack to get nicer results when running tests with gnu parallels.

Works like this:

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:

"psychomieze/parallel-phpunit-resultPrinter": "*@dev"

and run composer update.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages