protected function ConfigFormTest::setUp in HTML Title 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ ConfigFormTest.php, line 42
Class
- ConfigFormTest
- Tests the HTML Title config form.
Namespace
Drupal\Tests\html_title\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->webUser = $this
->createUser();
$this->adminUser = $this
->createUser([
'administer html title settings',
]);
}