Added
- New option
--chunk-size
(defaults to 1) when set to larger than 1 changes paraunit runner behaviour to create filtered "phpunit_[0|1|...].xml" file per process with < testsuite > multiple < file > tags chunked from master phpunit.xml file that are further stuffed to PHPUnit. This way bootstrapping overhead for tests is reduced.