We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current result for example:
Failed: array('status' => 'fieldsRequired', 'fields' => array(...)) should be ... array('status' => 'fieldsRequired', 'fields' => array(...)) in testFlowUsCompany()
Expected result for example
Failed: [..., 'fields' => [..., 4 => 'foo', ...]] should be ... [..., 'fields' => [..., 4 => 'bar', ...]] in testFlowUsCompany()
or
Failed: [..., 'fields' => [..., 4 => 'foo', ...]] should be [..., 'fields' => [..., 4 => 'bar', ...]] in testFlowUsCompany()
The text was updated successfully, but these errors were encountered:
Another output idea
Failed: ['fields'][4] = 'foo' should be ['fields'][4] = 'bar' in testFlowUsCompany()
This should be easier to implement.
Sorry, something went wrong.
I like the second option with path.
No branches or pull requests
Current result for example:
Expected result for example
or
The text was updated successfully, but these errors were encountered: