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
I have a QueryBuilder class that I am testing and I tried to use the compress method on the actual and expected results before comparing them, but the tests fail because the whitespaces don't match.
This is the output from PHPUnit: The filter text does not match the expected result. Failed asserting that two strings are equal. Expected :'someField = 1' Actual :'someField=1'
The text was updated successfully, but these errors were encountered:
I have a QueryBuilder class that I am testing and I tried to use the
compress
method on the actual and expected results before comparing them, but the tests fail because the whitespaces don't match.This is the output from PHPUnit:
The filter text does not match the expected result. Failed asserting that two strings are equal. Expected :'someField = 1' Actual :'someField=1'
The text was updated successfully, but these errors were encountered: