Skip to content

Releases: paratestphp/paratest

0.14.1

13 May 13:48
Compare
Choose a tag to compare

Several fixes:

Merge pull request #221 from brianium/0.14.0

12 Aug 20:15
Compare
Choose a tag to compare

Fixes and Enhancements contained in this Release:

  • #216 Fixes #202 Remove null byte from anonymous class reflection name by @Multiply
  • #219 Implemented the SystemOut on xml result, if the test has fail or have error by @tayguara
  • #215 allow multiple instances of paratest running at the same time by @hboomsma
  • #214 Add support for php code coverage lib of both 3 and 4 versions by @munkie
  • #198 Update SuitePath.php by @MarkVaughn

Thanks to all contributors for keeping this Project alive.

dependencies

09 Jun 19:50
Compare
Choose a tag to compare

Disclaimer:

  • php-code-coverage 4 is currently not supported (fix in progress) and this version marks that fact in the composer.json

Mostly concerning dependencies:

  • #208 locked phpunit/php-code-coverage to <=3.3.9 because the new classes of phpcc 4 are not supported yet (see #207)
  • composer/semver relaxed from ~1.2.0 to ~1.2 to support newer composer versions

Thanks to @michaelbutler and @MarkVaughn for the contribution

handle <exclude> in config

24 Jan 22:15
Compare
Choose a tag to compare

#180 per #195 : Fix exclude folder

Symfony 3

15 Jan 14:58
Compare
Choose a tag to compare

Allows Symfony 3 components as composer dependencies

PHP7 & PHPUnit 5 compatibility

15 Jan 13:32
Compare
Choose a tag to compare

Fixes compatibility issues with PHP7 and PHPUnit 5

JUnit-Output and paths with spaces fixes

02 Dec 20:12
Compare
Choose a tag to compare

#185 Incorrent xml output if I use the dataProvider in tests
#188 Fix workers crashing when we're on a filesystem path with spaces

#185 at least partially fixes #19

thanks to @drefixs and @luispabon

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.