Skip to content

Rename ExpectationFailedWrappedException to ExpectatationFailedWrappedError

Compare
Choose a tag to compare
@jonathanjfshaw jonathanjfshaw released this 16 Dec 17:14
· 5 commits to master since this release
479d7b4

Phpunit has made ExpectationFailedException final, so we can no longer extend it. Instead we have renamed ExpectationFailedWrappedException to ExpectatationFailedWrappedError and made it extend phpunit's AssertionFailedError.