Skip to content

Releases: GeckoPackages/GeckoPHPUnit

v3.1.1

05 Feb 09:24
8b03201
Compare
Choose a tag to compare

Add PHPUnit 7 as conflict.

v2.2.1

05 Feb 09:27
a06beb8
Compare
Choose a tag to compare

Add conflict entries in composer.json for some PHPUnit versions to ease integration/install.

v3.1

24 Jan 18:04
dbb18b2
Compare
Choose a tag to compare
  • added missing conflict with some version(s) of PHPUnit

v3.0

23 Aug 07:48
Compare
Choose a tag to compare

This release is compat with "phpunit/phpunit": "^6.0" and by that PHP7 and up only.
Please see the upgrade guide and the change log for more details about additional changes.

v2.2

23 Aug 07:40
Compare
Choose a tag to compare

Changes

  • Better exception messages on construction of FilePermissionsIsIdenticalConstraint
  • Remove dependency on ctype extension

Minors

  • Fix duplicate copy in README
  • Travis - retry composer info, show packages installed
  • Update CS to PHP-CS-Fixer 2.4
  • More strict testing and remove useless escaping
  • Add missing CHANGELOG.md file

v2.1

20 Jun 11:25
Compare
Choose a tag to compare
  • Add fail message support for the asserts assertStringIsEmpty, assertStringIsNotEmpty, assertStringIsWhiteSpace and assertStringIsNotWhiteSpace

v2.0

22 Nov 11:19
Compare
Choose a tag to compare
  • PHP 5.3 support for constraints (keradus/SpacePossum)
  • Added assertSameStrings and assertNotSameStrings to StringsAssertTrait. Added SameStringsConstraint (keradus)
  • Renamed FileExistsTrait to FileExistsAssertTrait (SpacePossum)
  • Added RangeAssertTrait, UnsignedIntConstraint and NumberRangeConstraint (SpacePossum)
  • Added assertFileIsValidLink to FileSystemAssertTrait and added FileIsValidLinkConstraint (SpacePossum)

When updating from 1.x please see:
https://github.com/GeckoPackages/GeckoPHPUnit/blob/2.0/UPGRADE.md