protected function TourTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 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\FunctionalCode
protected function setUp() {
parent::setUp();
$this
->drupalPlaceBlock('local_actions_block', [
'theme' => 'seven',
'region' => 'content',
]);
}