You are here

protected function PagePlaceholderTest::setUp in Page Manager 8.4

Overrides BrowserTestBase::setUp

File

tests/src/Functional/PagePlaceholderTest.php, line 31

Class

PagePlaceholderTest
Tests selecting page variants based on nodes.

Namespace

Drupal\Tests\page_manager\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalLogin($this
    ->drupalCreateUser([
    'administer pages',
  ]));
}