Loading ds.info.yml +1 −3 Original line number Diff line number Diff line Loading @@ -7,5 +7,3 @@ configure: ds.structure dependencies: - drupal:layout_discovery - drupal:system (>= 8.6.x) No newline at end of file test_dependencies: - field_group:field_group tests/src/Functional/FieldGroupTest.php +4 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,10 @@ class FieldGroupTest extends TestBase { // add // "drupal/field_group": "3.x-dev", // to composer.json to bring it back // and // test_dependencies: // - field_group:field_group // in ds.info.yml return; // Create a node. Loading Loading
ds.info.yml +1 −3 Original line number Diff line number Diff line Loading @@ -7,5 +7,3 @@ configure: ds.structure dependencies: - drupal:layout_discovery - drupal:system (>= 8.6.x) No newline at end of file test_dependencies: - field_group:field_group
tests/src/Functional/FieldGroupTest.php +4 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,10 @@ class FieldGroupTest extends TestBase { // add // "drupal/field_group": "3.x-dev", // to composer.json to bring it back // and // test_dependencies: // - field_group:field_group // in ds.info.yml return; // Create a node. Loading