Releases: GeckoPackages/GeckoPHPUnit
Releases · GeckoPackages/GeckoPHPUnit
v3.1.1
v2.2.1
Add conflict
entries in composer.json
for some PHPUnit versions to ease integration/install.
v3.1
- added missing conflict with some version(s) of PHPUnit
v3.0
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
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
- Add fail message support for the asserts
assertStringIsEmpty
,assertStringIsNotEmpty
,assertStringIsWhiteSpace
andassertStringIsNotWhiteSpace
v2.0
- PHP 5.3 support for constraints (keradus/SpacePossum)
- Added
assertSameStrings
andassertNotSameStrings
toStringsAssertTrait
. AddedSameStringsConstraint
(keradus) - Renamed
FileExistsTrait
toFileExistsAssertTrait
(SpacePossum) - Added
RangeAssertTrait
,UnsignedIntConstraint
andNumberRangeConstraint
(SpacePossum) - Added
assertFileIsValidLink
toFileSystemAssertTrait
and addedFileIsValidLinkConstraint
(SpacePossum)
When updating from 1.x please see:
https://github.com/GeckoPackages/GeckoPHPUnit/blob/2.0/UPGRADE.md