Skip to content
Snippets Groups Projects

Resolve #3455218 "Automated drupal 11"

Merged piotrsmykaj requested to merge issue/facets_form-3455218:3455218-automated-drupal-11 into 1.x
3 unresolved threads

Closes #3455218

Merge request reports

Code Quality is loading
Test summary results are being parsed

Merged by Andras SzilagyiAndras Szilagyi 4 months ago (Feb 11, 2025 12:34pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 },
  • 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",
  • 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');
  • piotrsmykaj added 1 commit

    added 1 commit

    Compare with previous version

  • Andras Szilagyi approved this merge request

    approved this merge request

  • Please register or sign in to reply
    Loading