Rename ExpectationFailedWrappedException to ExpectatationFailedWrappedError
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.