You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertEqualsFixture method uses the assertEquals method inside. It allows to redefine assertion error message, so it would be great to see something like this:
Failed asserting that the provided data equal to \"{$fixtureName}\" fixture.
It would be awesome if the fixture name in the message will be clickable and will open the fixture in file explorer or IDE
The text was updated successfully, but these errors were encountered:
assertEqualsFixture
method uses theassertEquals
method inside. It allows to redefine assertion error message, so it would be great to see something like this:Failed asserting that the provided data equal to \"{$fixtureName}\" fixture.
It would be awesome if the fixture name in the message will be clickable and will open the fixture in file explorer or IDE
The text was updated successfully, but these errors were encountered: