This file contains the changelogs of the package.
- add missing conflict with PHPUnit in composer.json
For upgrading from 2.x to 3.x please see https://github.com/GeckoPackages/GeckoPHPUnit/blob/3.0/UPGRADE.md
- Fix duplicate copy in README
- Travis - retry composer info, show packages installed
- Update CS to PHP-CS-Fixer 2.4
- Better exception messages on construction of
FilePermissionsIsIdenticalConstraint
- More strict testing and remove useless escaping
- Remove dependency on
ctype
extension - Add missing CHANGELOG.md file
- Add fail message support for the asserts
assertStringIsEmpty
,assertStringIsNotEmpty
,assertStringIsWhiteSpace
andassertStringIsNotWhiteSpace
- PHP 5.3 support for constraints (keradus/SpacePossum)
- Added
assertSameStrings
andassertNotSameStrings
to theStringsAssertTrait
. AddedSameStringsConstraint
(keradus) - Renamed
FileExistsTrait
toFileExistsAssertTrait
- Added
RangeAssertTrait
,UnsignedIntConstraint
andNumberRangeConstraint
- Added
assertFileIsValidLink
toFileSystemAssertTrait
and addedFileIsValidLinkConstraint
- README generation tweaks
- First stable release
Kindly note: Clean ups may be have be done in each release, these changes are not (always) listed in the change log. The changes may include:
- optimization updates (based on static code analysis for example)
- code style updates
- documentation updates, README (generation) updates
- typo fixes (which do not effect code execution)
- updates to the tests (suit) of the project
Full details on github