You are here

protected function ParagraphsDemoTest::setUp in Paragraphs 8

Overrides BrowserTestBase::setUp

File

modules/paragraphs_demo/tests/src/Functional/ParagraphsDemoTest.php, line 35

Class

ParagraphsDemoTest
Tests the demo module for Paragraphs.

Namespace

Drupal\Tests\paragraphs_demo\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->drupalPlaceBlock('local_tasks_block');
  $this
    ->drupalPlaceBlock('local_actions_block');
  $this
    ->drupalPlaceBlock('page_title_block');
}