Releases: Codeception/AssertThrows
Releases · Codeception/AssertThrows
1.4.0
1.3.0
- Support PHPUnit 10
1.2.1
- Bug fix: Revert method signature for
1.x
versions ofassertThrows*
by @boboudreau in #16
1.2.0
What's Changed
- PHP 7.4 or higher is required.
- Support PHP 8.1
- Updated code base to PHP 7.4 by @TavoNiievez in #15
- Use Github Actions by @Naktibalda in #12
Full Changelog: 1.1.0...1.2.0
Added assertNotThrows
Changes from #11
- Added two new assertions assertDoesNotThrow and assertDoesNotThrowWithMessage.
- Updated documentation and corresponding tests.
- Now these assertions can be used with callable functions that expect parameters!
- Removed support for PHPUnit 6 version, since functionalities present since PHP 7*.1 were required.
- Added phpunit.xml file.
- Tested on php 7.3 and 7.4 .
PHPUnit 9
Merge pull request #10 from Orclyx/master Support PHPUnit 9.x
PHPUnit 8
Allow PHPUnit 7.0+
1.0.1 Allow PHPUnit 7.x
First release
Merge pull request #2 from diego-vieira/master Allow message to be case insensitive