-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
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()
mrtnzlml, fprochazka and jkuchar
Metadata
Metadata
Assignees
Labels
No labels