protected static property ParagraphsBehaviorsTest::$modules

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

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

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

Class

ParagraphsBehaviorsTest
Tests paragraphs behavior plugins.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

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