Skip to content

Releases: jonathanjfshaw/phpunitbehat

0.08 AssertionFailedWrappedError

19 Dec 18:32
8cc5345
Compare
Choose a tag to compare

Rename ExpectationFailedWrappedError to AssertionFailedWrappedError and fix various problems with it

Rename ExpectationFailedWrappedException to ExpectatationFailedWrappedError

16 Dec 17:14
479d7b4
Compare
Choose a tag to compare

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+

03 Dec 21:29
11b82a9
Compare
Choose a tag to compare

Adds support for Symfony 4, 5 & 6 & Phpunit 8 & 9.

Add ExpectationFailedWrappedException

13 Apr 17:32
54fcd41
Compare
Choose a tag to compare
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

15 Jul 07:26
3ad78fb
Compare
Choose a tag to compare
Merge pull request #4 from moddengine/phpunit-7

Allow compatibility with PHPUnit 7.x

0.03: Better availability of provided scenario inside tests

19 Jun 12:05
eaaff77
Compare
Choose a tag to compare
Better availability of provided scenario inside tests

0.0.2: Merge pull request #1 from jonathanjfshaw/testname

03 Apr 16:58
6c99d5e
Compare
Choose a tag to compare
Fix outline & better data provider names