protected function ParagraphsBehaviorPluginsTest::setUp in Paragraphs 8
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ ParagraphsBehaviorPluginsTest.php, line 34
Class
- ParagraphsBehaviorPluginsTest
- Tests the behavior plugins API.
Namespace
Drupal\Tests\paragraphs\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installEntitySchema('user');
$this
->installEntitySchema('paragraph');
$this
->installSchema('system', [
'sequences',
]);
\Drupal::moduleHandler()
->loadInclude('paragraphs', 'install');
}