protected function FieldCollectionsFieldInstanceSettingsTest::setUp in Paragraphs 8
Overrides ProcessTestCase::setUp
File
- tests/
src/ Unit/ migrate/ FieldCollectionsFieldInstanceSettingsTest.php, line 19
Class
- FieldCollectionsFieldInstanceSettingsTest
- Test the ParagraphFieldInstanceSettings Process Plugin.
Namespace
Drupal\Tests\paragraphs\Unit\migrateCode
protected function setUp() : void {
parent::setUp();
$this->plugin = new FieldCollectionFieldInstanceSettings([], 'field_collection_field_instance_settings', [], $this->entityTypeBundleInfo);
}