protected function ParagraphsSliderPluginTest::setUp

Overrides ParagraphsTestBase::setUp

File

paragraphs_collection/modules/paragraphs_collection_demo/tests/src/Functional/ParagraphsSliderPluginTest.php, line 30

Class

ParagraphsSliderPluginTest
Tests Slider plugin.

Namespace

Drupal\Tests\paragraphs_collection_demo\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->loginAsAdmin([
    'administer modules',
    'edit behavior plugin settings',
  ]);
  $this
    ->addParagraphedContentType('paragraphed_test');
  $this
    ->addParagraphsType('slide_content');
}