You are here

protected function QuickNodeCloneExcludeParagraphFieldsTest::setUp in Quick Node Clone 8

Overrides ParagraphsTestBase::setUp

File

tests/src/Functional/QuickNodeCloneExcludeParagraphFieldsTest.php, line 35

Class

QuickNodeCloneExcludeParagraphFieldsTest
Tests node cloning excluding paragraph fields.

Namespace

Drupal\Tests\quick_node_clone\Functional

Code

protected function setUp() : void {
  parent::setUp();

  // Crete paragraphs.
  $this
    ->createParagraphs();
}