Skip to content
Snippets Groups Projects

Resolve #3495674 "Fix broken tests"

Closes #3495674

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
33 33
34 34 // Check that the form includes 'user.roles:authenticated' because the
35 35 // '[current-user:mail]' token.
36 $expected = [
37 'contexts' => [
36 $expected = array (
37 'contexts' => array (
  • 40 'tags' => [
    41 'CACHE_MISS_IF_UNCACHEABLE_HTTP_METHOD:form',
    42 'config:core.entity_form_display.webform_submission.contact.add',
    43 'config:webform.settings',
    39 ),
    40 'tags' => array (
    44 41 'config:webform.webform.contact',
    45 42 'webform:contact',
    46 ],
    47 'max-age' => -1,
    48 ];
    43 'config:webform.settings',
    44 'config:core.entity_form_display.webform_submission.contact.add',
    45 'CACHE_MISS_IF_UNCACHEABLE_HTTP_METHOD:form',
    46 ),
    47 'max-age' => 0,
  • Adam Bramley added 2 commits

    added 2 commits

    Compare with previous version

  • Adam Bramley added 2 commits

    added 2 commits

    • 1c76fbed - Fix cache test
    • c474b2e0 - Relax HTML asserts in WebformElementDateTimeTest

    Compare with previous version

  • Adam Bramley added 2 commits

    added 2 commits

    • 62a9967f - Skip failing on JS errors for now
    • eac8b367 - Relax html assertions in WebformJqueryUiDatepickerTest

    Compare with previous version

  • Adam Bramley added 1 commit

    added 1 commit

    • 3b4997e2 - Start converting option html assertions to optionExists

    Compare with previous version

  • Adam Bramley added 1 commit

    added 1 commit

    • 1a322170 - $escape is required in PHP 8.4

    Compare with previous version

  • Adam Bramley added 2 commits

    added 2 commits

    Compare with previous version

  • Adam Bramley added 11 commits

    added 11 commits

    • 247d9e72 - 1 earlier commit
    • b45f0a13 - Options fixes in WebformSubmissionListBuilderTest
    • f4eefd5c - Options fixes in WebformSettingsArchivedTest
    • 8303c781 - Options fixes in WebformElementSelectTest
    • 763071cf - Options fixes in WebformElementMappingTest
    • 153f4f45 - Options fixes in WebformElementHeightTest
    • 95cb2e7e - Options fixes in WebformElementDateListTest
    • 8f9a8bab - Options fixes in WebformCompositeTest
    • de292076 - Add version_compare to WebformCacheTest
    • 5a90b3be - Fix whitespaces in WebformElementOtherTest
    • e58357f8 - Options fixes in WebformImageSelectElementTest

    Compare with previous version

  • Adam Bramley added 1 commit

    added 1 commit

    • 3dd026e0 - Fix options in WebformElementSelectTest

    Compare with previous version

  • Adam Bramley added 1 commit

    added 1 commit

    Compare with previous version

  • Adam Bramley added 2 commits

    added 2 commits

    Compare with previous version

  • Jacob Rockowitz added 28 commits

    added 28 commits

    • 74aab8a6 - 1 commit from branch project:6.3.x
    • 74aab8a6...a0fc5e0b - 17 earlier commits
    • d4f2b276 - Options fixes in WebformElementHeightTest
    • f75e0e56 - Options fixes in WebformElementDateListTest
    • 44e135a9 - Options fixes in WebformCompositeTest
    • 7249c9cb - Add version_compare to WebformCacheTest
    • 170c1ca9 - Fix whitespaces in WebformElementOtherTest
    • bbfc91f1 - Options fixes in WebformImageSelectElementTest
    • 277c319a - Fix options in WebformElementSelectTest
    • a7bea106 - More fputcsv fixes for 8.4
    • 14afef45 - Add escape param to fgetcsv
    • 51d3a09b - All max PHP run to fail

    Compare with previous version

  • Please register or sign in to reply
    Loading