You are here

protected function ParagraphsLibraryTest::setUp in Paragraphs 8

Overrides ParagraphsTestBase::setUp

File

modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryTest.php, line 28

Class

ParagraphsLibraryTest
Tests paragraphs library functionality.

Namespace

Drupal\Tests\paragraphs_library\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->addParagraphedContentType('paragraphed_test');
}