Releases: silverstripe/silverstripe-behat-extension
Releases · silverstripe/silverstripe-behat-extension
2.2.1
Merge pull request #142 from open-sausages/pulls/4.0/unname-groups ENHANCEMENT: Remove redundant named groups from patterns
2.2.0
Merge pull request #140 from open-sausages/pulls/4.0/ui-button-refresh Update behat extension for updated button styling
Loosening BaseScenarioEvent requirements and fixing bad variable naming
Merge pull request #136 from BiffBangPow/pulls/base-scenario-outlines Replaced all references to ScenarioEvent with BaseScenarioEvent…
2.1.1
Merge pull request #131 from sminnee/core-reference-fix Core reference fix
2.1.0
Release 2.1 master line.
1.0.2
Update documentation to match travis firefox 31ESR
1.0.1
Merge pull request #114 from tractorcow/pulls/1.0/respect-csrf API Respect CSRF on login form
2.0.0
Don't use PHPUnit backupGlobals, break with 4.x Unclear why PHPUnit is trying to serialize() data through its mocking system, but this simple workaround avoids it. https://phpunit.de/manual/4.8/en/fixtures.html#fixtures.global-state https://github.com/sebastianbergmann/phpunit/issues/451 http://stackoverflow.com/questions/4366592/symfony-2-doctrine-2-phpunit-3-5-serialization-of-closure-exception