Commit 6873baa5 authored by Kristof De Jaeger's avatar Kristof De Jaeger
Browse files

Issue #3308854: turn off fieldgroup in tests

parent e854c1e6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  "homepage": "https://www.drupal.org/project/ds",
  "minimum-stability": "dev",
  "require-dev": {
    "drupal/field_group": "3.x-dev",
    "drupal/devel": "5.x-dev"
  },
  "authors": [
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ class FieldGroupTest extends TestBase {
   */
  public function testFieldPlugin() {

    // add
    // "drupal/field_group": "3.x-dev",
    // to composer.json to bring it back
    return;

    // Create a node.
    $settings = ['type' => 'article', 'promote' => 1];
    $node = $this->drupalCreateNode($settings);