File
- paragraphs/tests/src/Unit/migrate/ParagraphsFieldSettingsTest.php, line 19
Class
- ParagraphsFieldSettingsTest
- Test the ParagraphFieldSettings Process Plugin.
Namespace
Drupal\Tests\paragraphs\Unit\migrate
Code
protected function setUp() : void {
$this->plugin = new ParagraphsFieldSettings([], 'paragraphs_field_settings', []);
parent::setUp();
}