Resolve #3455218 "Automated drupal 11"
3 unresolved threads
Closes #3455218
Merge request reports
Activity
added 7 commits
-
1f25f969...97e56d5b - 3 commits from branch
project:1.x
- c2189edf - Automated Project Update Bot fixes from run 11-199781.
- da593e69 - Update to support Drupal 11.
- 67daf15d - Add .gitlab-ci.yml.
- 47146a38 - Submodules update to D11.
Toggle commit list-
1f25f969...97e56d5b - 3 commits from branch
added 2 commits
added 4 commits
- 247d9728 - ISSUE-3455218: Enable phpunit concurrent.
- 4cdc82ac - ISSUE-3455218: Remove obsolete variables.
- 187c47f6 - ISSUE-3455218: Opt in for tests with next major and max php.
- 9e03f300 - ISSUE-3455218: Wrap the value with single qoutes.
Toggle commit list18 18 "homepage": "https://www.drupal.org/u/andras_szilagyi" 19 19 } 20 20 ], 21 "repositories": { 22 "drupal": { 23 "type": "composer", 24 "url": "https://packages.drupal.org/8" 25 } 26 }, changed this line in version 13 of the diff
18 18 "homepage": "https://www.drupal.org/u/andras_szilagyi" 19 19 } 20 20 ], 21 "repositories": { 22 "drupal": { 23 "type": "composer", 24 "url": "https://packages.drupal.org/8" 25 } 26 }, 21 27 "require": { 22 28 "drupal/facets": "^2.0" 23 29 }, 24 30 "require-dev": { 31 "drupal/core-recommended": "^10 || ^11", changed this line in version 13 of the diff
110 110 $assert->elementsCount('css', '.views-row', 1); 111 111 $assert->pageTextNotContains('Llama'); 112 112 $assert->pageTextContains('Emu'); 113 $this->assertFacetsSummary(1, '(-) After Mon, 08/16/2021 - 00:00'); my approach which doesn't change the system config
I think this would be the case if we are testing those configs.
Edited by Mohammed Nassarboth are ok, @mnfriend s variant is better in case it changes again in future but its fine like this as well.
Please register or sign in to reply