You are here

protected function HelpBlockTest::setUp in Drupal 9

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

Overrides BrowserTestBase::setUp

File

core/modules/help/tests/src/Functional/HelpBlockTest.php, line 36

Class

HelpBlockTest
Tests display of help block.

Namespace

Drupal\Tests\help\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this->helpBlock = $this
    ->placeBlock('help_block');
}