Skip to content

Releases: Codeception/AssertThrows

1.4.0

06 Feb 21:29
e87f753
Compare
Choose a tag to compare
  • Support PHPUnit 11

1.3.0

10 Feb 18:47
f3b6078
Compare
Choose a tag to compare
  • Support PHPUnit 10

1.2.1

29 Dec 14:46
60f6a5a
Compare
Choose a tag to compare
  • Bug fix: Revert method signature for 1.x versions of assertThrows* by @boboudreau in #16

1.2.0

17 Dec 15:59
353189a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

Added assertNotThrows

02 Oct 11:40
2e30869
Compare
Choose a tag to compare

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

28 Aug 07:21
ab1622f
Compare
Choose a tag to compare
Merge pull request #10 from Orclyx/master

Support PHPUnit 9.x

PHPUnit 8

15 Aug 13:30
20517b8
Compare
Choose a tag to compare
  • Supports PHPUnit 8
  • Fixed issue #4

Allow PHPUnit 7.0+

09 Feb 17:20
98750b1
Compare
Choose a tag to compare
1.0.1

Allow PHPUnit 7.x

First release

09 Feb 17:18
dde131f
Compare
Choose a tag to compare
Merge pull request #2 from diego-vieira/master

Allow message to be case insensitive