Releases: jonathanjfshaw/phpunitbehat
Releases · jonathanjfshaw/phpunitbehat
0.2.0 Support PhpUnit 11
PhpUnit 11 (#17) * #1118: Added PhpUnit 10 and Symfony 7 requirements for composer.json. Updated CI tests to test PHPUnit 10 version for latest PHP 8.x versions. Co-authored-by: Yevhen Korniievskyi <[email protected]> Co-authored-by: AstonVictor <[email protected]>
0.09 Support PhpUnit 10 & Symfony 7
Support PhpUnit 10 and Symfony 7 (#16) * #1118: Added PhpUnit 10 and Symfony 7 requirements for composer.json. Updated CI tests to test PHPUnit 10 version for latest PHP 8.x versions. * 1118 - Add new property * 1118 - Add new property * 1118 - Add new property * 1118 - Add new property * 1118 - Add new property --------- Co-authored-by: Yevhen Korniievskyi <[email protected]> Co-authored-by: AstonVictor <[email protected]>
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