You are here

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\migrate

Code

protected function setUp() : void {
  $this->plugin = new FieldCollectionFieldSettings([], 'field_collection_field_settings', []);
  parent::setUp();
}