Skip to content

mipxtx/threadunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadUnit

a multithread wrapper for phpunit

Usage: threadunit [options]
Example: threadunit -t4 -f 5 --testsuite=Main
will lunch threadunit in 4 threads with 5 files per single run of phpunit

Options:

  -c|--configuration       Path to config file
  -t|--threads             Threads count
  -f|--files-per-thread    Max files in one phpunit run
  --testsuite              Run a single suite
  --file                   Run a single file
  --log-junit              Write log
  --old-log                Use old log to opimize test balanser
  -o|--phpunit-options     PHPUnit options
  -h|--help                Displays this help

About

multithread wrapper for phpunit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages