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: array

Overrides ParagraphsTestBase::$modules

File

tests/src/Functional/WidgetStable/ParagraphsBehaviorsTest.php, line 17

Class

ParagraphsBehaviorsTest
Tests paragraphs behavior plugins.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

public static $modules = [
  'image',
  'file',
  'views',
];