1.2.0
-
Bugfix for extension FailedTestsReporter and new FailedTestsMergerTask #75
- generated Files will not be overwriten anymore
- each generated File has now a uniqid-suffix (PHP Function uniqid('', true))
- merge generated report files from FailedTestsReporter into single file
- posibility to merge also another files into a single file
-
Bugfix src/Splitter/TestsSplitter.php::testsFrom #78 @ccsuperstar
- revert string type hint and allow array or string again