protected function ParagraphsStableEditPerspectivesUiTest::setUp

File

paragraphs/tests/src/FunctionalJavascript/ParagraphsStableEditPerspectivesUiTest.php, line 45

Class

ParagraphsStableEditPerspectivesUiTest
Test paragraphs user interface.

Namespace

Drupal\Tests\paragraphs\FunctionalJavascript

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->placeDefaultBlocks();
}