You are here

public static property ParagraphsBehaviorsTest::$modules in Paragraphs 8

Same name in this branch
  1. 8 tests/src/Functional/ParagraphsBehaviorsTest.php \Drupal\Tests\paragraphs\Functional\ParagraphsBehaviorsTest::modules
  2. 8 tests/src/Functional/WidgetStable/ParagraphsBehaviorsTest.php \Drupal\Tests\paragraphs\Functional\WidgetStable\ParagraphsBehaviorsTest::modules

Modules to enable.

Type: string[]

Overrides ParagraphsTestBase::$modules

File

tests/src/Functional/ParagraphsBehaviorsTest.php, line 19

Class

ParagraphsBehaviorsTest
Tests support for Paragraphs behavior plugins.

Namespace

Drupal\Tests\paragraphs\Functional

Code

public static $modules = [
  'node',
  'paragraphs_test',
];