Releases: jonathanjfshaw/phpunitbehat
Releases · jonathanjfshaw/phpunitbehat
0.08 AssertionFailedWrappedError
Rename ExpectationFailedWrappedError to AssertionFailedWrappedError and fix various problems with it
Rename ExpectationFailedWrappedException to ExpectatationFailedWrappedError
Phpunit has made ExpectationFailedException final, so we can no longer extend it. Instead we have renamed ExpectationFailedWrappedException to ExpectatationFailedWrappedError and made it extend phpunit's AssertionFailedError.
0.06 Support Symfony 4+
Adds support for Symfony 4, 5 & 6 & Phpunit 8 & 9.
Add ExpectationFailedWrappedException
Don't hardcode an exemption for Mink ExpectationException (#7) * Require mink for dev * Remove trailing comma in composer.json * Pass mock driver to Mink ExpectationException * Create ExpectationFailedWrappedException.php * Revert HasScenarioPassedConstraint * Update TestDefinitionsTrait.php * Update BehatScenarioTestingTraitTest.php * Update README.md * Update README.md * Update composer.json
Compatible with PhpUnit 7
Merge pull request #4 from moddengine/phpunit-7 Allow compatibility with PHPUnit 7.x
0.03: Better availability of provided scenario inside tests
Better availability of provided scenario inside tests
0.0.2: Merge pull request #1 from jonathanjfshaw/testname
Fix outline & better data provider names