protected function ModulesListFormWebTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 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 27
Class
Namespace
Drupal\Tests\system\Functional\FormCode
protected function setUp() {
parent::setUp();
\Drupal::state()
->set('system_test.module_hidden', FALSE);
$this
->drupalLogin($this
->drupalCreateUser([
'administer modules',
'administer permissions',
]));
}