Skip to content

Releases: paratestphp/paratest

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

Adds error messaging to Parser when a class cannot be found.

30 Dec 19:10
Compare
Choose a tag to compare

#130 Adds error messaging to Parser when a class cannot be found.

Fix handling of special chars in JUnit XML

23 Dec 14:08
Compare
Choose a tag to compare

#127 Fix handling of '&' sympols in JUnit XML

Symfony process builder

15 Nov 18:53
Compare
Choose a tag to compare

#78 Use Symfony's ProcessBuilder to safely build phpunit command. (included in #123 )
#124 add scrutinizer ci support