Modules to enable.
Type: string[]
File
- paragraphs/tests/src/Kernel/ParagraphsEntityMethodsTest.php, line 26
Class
- ParagraphsEntityMethodsTest
- Tests some methods from the Paragraph entity.
Namespace
Drupal\Tests\paragraphs\Kernel
Code
protected static $modules = [
'paragraphs',
'node',
'user',
'system',
'field',
'entity_reference_revisions',
'file',
];