You are here

protected function PanelizerDefaultsTest::setUp in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/PanelizerDefaultsTest.php \Drupal\Tests\panelizer\Functional\PanelizerDefaultsTest::setUp()
  2. 8.3 src/Tests/PanelizerDefaultsTest.php \Drupal\Tests\panelizer\Functional\PanelizerDefaultsTest::setUp()

Overrides BrowserTestBase::setUp

File

tests/src/Functional/PanelizerDefaultsTest.php, line 47

Class

PanelizerDefaultsTest
Confirm the defaults functionality works.

Namespace

Drupal\Tests\panelizer\Functional

Code

protected function setUp() {
  parent::setUp();

  // Place the local actions block in the theme so that we can assert the
  // presence of local actions and such.
  $this
    ->drupalPlaceBlock('local_actions_block');
}