Skip to content
Snippets Groups Projects

Removing all comments related to assertEqual()

1 unresolved thread

Closes #3215143

Merge request reports

Members who can merge are allowed to add commits.
Approval is optional
Ready to merge by members who can write to the target branch.
  • The source branch is 1029 commits behind the target branch.
  • 1 commit will be added to 9.3.x.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
49 49 * $mem = field_test_memorize();
50 50 *
51 51 * // make sure hook_field_storage_config_create() is invoked correctly
52 * assertEqual(count($mem['field_test_field_storage_config_create']), 1);
53 * assertEqual($mem['field_test_field_storage_config_create'][0], array($field));
52 * assertEquals(count($mem['field_test_field_storage_config_create']), 1);
  • added 1 commit

    • 1e19d945 - Chenge the order of assertEquals parameters in field_test.module

    Compare with previous version

  • Please register or sign in to reply
    Loading