Overrides ParagraphsTestBase::setUp
protected function setUp() : void { parent::setUp(); // Create paragraphs content type. $this ->drupalCreateContentType(array( 'type' => 'paragraphs', 'name' => 'Paragraphs', )); }