Skip to content
Snippets Groups Projects

Issue #3320815: Make validation result comparison test messages more helpful

Merged Issue #3320815: Make validation result comparison test messages more helpful
1 unresolved thread
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
12 12 /**
13 13 * Asserts two validation result sets are equal.
14 14 *
15 * This assertion is sensitive to the order of results. For example,
16 * ['a', 'b'] is not equal to ['b', 'a'].
  • Comment on lines +15 to +16
    Author Contributor

    Note: This was already true before this change. It just wasn't made explicit. In other words, this doesn't represent a functional change of the method--just added documentation.

  • Please register or sign in to reply
  • Travis Carden added 1 commit

    added 1 commit

    • 5e336b29 - Improve ValidationTestTrait::assertValidationResultsEqual() error message.

    Compare with previous version

  • Travis Carden added 1 commit

    added 1 commit

    • 256059be - Improve ValidationTestTrait::assertValidationResultsEqual() error message.

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading