Skip to content

1.2.0

Compare
Choose a tag to compare
@vansari vansari released this 06 Aug 19:37
· 43 commits to master since this release
db609ea
  • 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