protected static property ParagraphsTypeHasEnabledBehaviorPluginTest::$modules

Modules to enable.

Type: array

File

paragraphs/tests/src/Kernel/ParagraphsTypeHasEnabledBehaviorPluginTest.php, line 21

Class

ParagraphsTypeHasEnabledBehaviorPluginTest
Tests the ParagraphsType entity hasEnabledBehaviorPlugin functionality.

Namespace

Drupal\Tests\paragraphs\Kernel

Code

protected static $modules = [
  'paragraphs',
  'user',
  'paragraphs_test',
  'file',
];