Releases: amtgard/phpunit-extensions
Releases · amtgard/phpunit-extensions
Fix issue with comparing caughtClass
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
v1.0.1 Create README.md
First Post!
Initial release with new assertions for throws & does not throw.