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