Skip to content

Releases: jonathanjfshaw/phpunitbehat

0.2.0 Support PhpUnit 11

27 Nov 14:53
a63b17e
Compare
Choose a tag to compare
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

19 Nov 13:08
4060948
Compare
Choose a tag to compare
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

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