You are here

protected function ViewModeTest::setUp in Lightning Layout 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/ViewModeTest.php, line 29

Class

ViewModeTest
@group lightning_layout

Namespace

Drupal\Tests\lightning_layout\Functional

Code

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