Skip to content

Releases: amtgard/phpunit-extensions

Fix issue with comparing caughtClass

23 Jun 00:22

Choose a tag to compare

When the target exception is caught for comparison, the comparison was not made between the string ::class of the caught comparison and string ::class of the expected comparison, but instead directly between the ::class of the expected throwable and the throwable itself.

README update

28 May 15:40
70f53f2

Choose a tag to compare

v1.0.1

Create README.md

First Post!

28 May 15:32

Choose a tag to compare

Initial release with new assertions for throws & does not throw.