Skip to content

Releases: Codeception/AssertThrows

1.6.0

Choose a tag to compare

@Arhell Arhell released this 31 May 05:00
e9b87df

What's Changed

1.5.0

Choose a tag to compare

@Arhell Arhell released this 07 Apr 15:59
0800321
  • Support PHPUnit 12

1.4.0

Choose a tag to compare

@Naktibalda Naktibalda released this 06 Feb 21:29
e87f753
  • Support PHPUnit 11

1.3.0

Choose a tag to compare

@Naktibalda Naktibalda released this 10 Feb 18:47
f3b6078
  • Support PHPUnit 10

1.2.1

Choose a tag to compare

@TavoNiievez TavoNiievez released this 29 Dec 14:46
60f6a5a
  • Bug fix: Revert method signature for 1.x versions of assertThrows* by @boboudreau in #16

1.2.0

Choose a tag to compare

@TavoNiievez TavoNiievez released this 17 Dec 15:59
353189a

What's Changed

Full Changelog: 1.1.0...1.2.0

Added assertNotThrows

Choose a tag to compare

@DavertMik DavertMik released this 02 Oct 11:40
2e30869

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

Choose a tag to compare

@Naktibalda Naktibalda released this 28 Aug 07:21
ab1622f
Merge pull request #10 from Orclyx/master

Support PHPUnit 9.x

PHPUnit 8

Choose a tag to compare

@Naktibalda Naktibalda released this 15 Aug 13:30
20517b8
  • Supports PHPUnit 8
  • Fixed issue #4

Allow PHPUnit 7.0+

Choose a tag to compare

@DavertMik DavertMik released this 09 Feb 17:20
98750b1
1.0.1

Allow PHPUnit 7.x