Skip to content

Releases: paratestphp/paratest

under the hood

02 Nov 21:00
Compare
Choose a tag to compare

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 fixes

29 Jun 21:18
Compare
Choose a tag to compare
  • 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

#154

PS: skipped 0.12.2 due to a brainlag

fix for UNIQUE_TEST_TOKEN

18 Feb 12:44
Compare
Choose a tag to compare

#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

15 Feb 23:26
Compare
Choose a tag to compare

#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

05 Feb 22:37
Compare
Choose a tag to compare

#148 Nested testsuites support
#147 Allow custom runners

TestSuite support

31 Jan 20:45
Compare
Choose a tag to compare

#144 add support for testsuite parameter

Fixed percentage going over 100 percent

28 Jan 22:36
Compare
Choose a tag to compare

#58 Percentage going over 100.

ignore testfiles without classes

14 Jan 21:45
Compare
Choose a tag to compare

#140 :
ignore testfiles without classes

  • fix for filenamed based classloading order when using namespaces

( related to #139 )

fixed selection of multilpe groups

02 Jan 23:19
Compare
Choose a tag to compare

#135 Error message when [suite is] empty + No longer runs unselected groups when multiple are selected

Optimized parser to prefer PSR0 compliant classes

31 Dec 01:27
Compare
Choose a tag to compare

#134 Prefers class names to match file names. Falls back on any class in the file
probably fixes #104