function SimpletestUiTest::setUp
Overrides BrowserTestBase::setUp
File
-
core/
modules/ simpletest/ tests/ src/ Functional/ SimpletestUiTest.php, line 27
Class
- SimpletestUiTest
- Test various aspects of testing through the UI form.
Namespace
Drupal\Tests\simpletest\FunctionalCode
protected function setUp() {
parent::setUp();
$this->drupalLogin($this->createUser([
'administer unit tests',
]));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.