Skip to content

Commit 6f0cb20

Browse files
authored
Merge pull request #75 from localgovdrupal/fix/base-paragraph-test-class
Adjust test base class
2 parents 9edb212 + aecc408 commit 6f0cb20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

localgov_subsites.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- entity_hierarchy:entity_hierarchy
1616
- entity_hierarchy:entity_hierarchy_breadcrumb
1717
- field_group:field_group
18-
- paragraphs:paragraphs
18+
- paragraphs:paragraphs (>=8.x-1.13)
1919
- layout_paragraphs:layout_paragraphs
2020
- localgov_subsites:localgov_subsites_paragraphs
2121
- localgov_core:localgov_core

modules/localgov_subsites_paragraphs/tests/src/Functional/SubsitesParagraphsAdministrationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Drupal\Tests\localgov_subsites_paragraphs\Functional;
44

5-
use Drupal\Tests\paragraphs\Functional\Classic\ParagraphsTestBase;
5+
use Drupal\Tests\paragraphs\Functional\WidgetLegacy\ParagraphsTestBase;
66

77
/**
88
* Tests the configuration of localgov_paragraphs.

0 commit comments

Comments
 (0)