Resolve #3495674 "Fix broken tests"
2 open threads
2 open threads
Closes #3495674
Merge request reports
Activity
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 ( changed this line in version 3 of the diff
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, changed this line in version 3 of the diff
Coming from core's EntityFormDisplay (see drupal@816c106e), will be fixed in https://www.drupal.org/node/3395524
added 2 commits
added 2 commits
added 1 commit
- 3b4997e2 - Start converting option html assertions to optionExists
added 2 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
Toggle commit listadded 2 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
Toggle commit list-
74aab8a6 - 1 commit from branch
Please register or sign in to reply