Skip to content

Show the first difference when comparing large arrays #320

Description

@JanTvrdik

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions