You are here

protected function TourTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\TourTest::setUp()

Overrides TourTestBasic::setUp

File

core/modules/tour/tests/src/Functional/TourTest.php, line 55

Class

TourTest
Tests the functionality of tour tips.

Namespace

Drupal\Tests\tour\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->drupalPlaceBlock('local_actions_block', [
    'theme' => 'seven',
    'region' => 'content',
  ]);
}