protected function ModulesListFormWebTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php \Drupal\Tests\system\Functional\Form\ModulesListFormWebTest::setUp()
Overrides BrowserTestBase::setUp
File
- core/
modules/ system/ tests/ src/ Functional/ Form/ ModulesListFormWebTest.php, line 28
Class
Namespace
Drupal\Tests\system\Functional\FormCode
protected function setUp() : void {
parent::setUp();
\Drupal::state()
->set('system_test.module_hidden', FALSE);
$this
->drupalLogin($this
->drupalCreateUser([
'administer modules',
'administer permissions',
]));
}