Releases: ezsystems/BehatBundle
Releases · ezsystems/BehatBundle
Release v8.3.1
Merge pull request #207 from ezsystems/IBX-893-move-workflow-behat
IBX-892: Moved Behat Workflow package into lib from tests
Release v7.0.3
Fixed the issue in examples where ezplatform
configuration key instead of ezpublish
was used. - #119
Release 7.0.0
v7.0.0
[composer] Set dependencies for 7.0.0 release
6.5.3
Change
- Allow installation of PHPUnit 7.0 (1484e79)
- [Travis] Fix PHP version & platform version for PHP 5.6 (81e8c65)
6.5.2
Changes since 6.5.1:
- EZP-24842: [PostgreSQL] Fixed identifier letters case inconsistencies (#66)
- Avoid direct use of Object in namespace aliases to be able to run on PHP 7.2
- Add support for 1.12+ (password hash feature)
6.5.1
Changes:
- [BDD] Add right syntax to FieldType sentences (#56)
- [Testing] Added forward compatibility with PHPUnit 6 (#63)
Besides that there was work getting Travis running to properly show repo badges contributed by @MarioBlazek.
6.5.0
Changes:
- Bumped requirements for PHP to PHP 5.6 (required by next change, and by the 1.7+ versions of eZ Platform we test against)
- Updated PHPUnit version to 5.0
- Fixed Travis tests to run on latests docker based setup (same as other repos now)
6.4.0
- Avoid random failures, use
uniqid()
over rand()
(#52)
- Add Textline fieldtype default values, internal name & validator support in Fields Contex (#53)
- Deprecate Behat classes that will be moved to kernel (#48)