Releases: paratestphp/paratest
Releases · paratestphp/paratest
under the hood
enhancements:
- #170 autoloading splitted into autoload and autoload-dev
- #177 replaced usage of simplexml_load_file with simplexml_load_string
- #182 more details message when printing feedback for errors
additionally:
- several contributions for the build, readme and tests from @localheinz , @ovr and @ThomasDelteil
several fixes
- Functional mode fixes
- Fixed bug with wrong dataset filtering + new tests
- Max batch size related fixes and tracking of skipped/incomplete tests
- --group/--exclude-group fixes related to possible multiple value
- PHP 5.3. compatibility fixes
- Other minor fixes
PS: skipped 0.12.2 due to a brainlag
fix for UNIQUE_TEST_TOKEN
#157 fixes the UNIQUE_TEST_TOKEN generation.
With 0.12.0, it was possible that some tokens generated in series were generated at the same ms and thus, had the same uniqid.
UNIQUE_TEST_TOKEN + BC for TEST_TOKEN
#156 restores the predictable TEST_TOKENs from 0.10.0 and earlier and adds UNIQUE_TEST_TOKEN env for the unique test tokens from 0.11.0
(for both runners)
Nested testsuites + runner support
TestSuite support
#144 add support for testsuite parameter
Fixed percentage going over 100 percent
#58 Percentage going over 100.
ignore testfiles without classes
fixed selection of multilpe groups
#135 Error message when [suite is] empty + No longer runs unselected groups when multiple are selected