public static property ParagraphsBehaviorPluginsTest::$modules in Paragraphs 8
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- tests/src/ Kernel/ ParagraphsBehaviorPluginsTest.php, line 21 
Class
- ParagraphsBehaviorPluginsTest
- Tests the behavior plugins API.
Namespace
Drupal\Tests\paragraphs\KernelCode
public static $modules = [
  'paragraphs',
  'user',
  'system',
  'field',
  'entity_reference_revisions',
  'paragraphs_test',
  'file',
];