function HelpBlockTest::setUp
Overrides BrowserTestBase::setUp
File
-
core/
modules/ help/ tests/ src/ Functional/ HelpBlockTest.php, line 39
Class
- HelpBlockTest
- Tests display of help block.
Namespace
Drupal\Tests\help\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->helpBlock = $this->placeBlock('help_block');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.