protected static property HtmlAttributesTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php \Drupal\Tests\system\Functional\Theme\HtmlAttributesTest::modules
- 9 core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php \Drupal\Tests\system\Functional\Theme\HtmlAttributesTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Theme/ HtmlAttributesTest.php, line 19
Class
- HtmlAttributesTest
- Tests attributes inserted in the 'html' and 'body' elements on the page.
Namespace
Drupal\Tests\system\Functional\ThemeCode
protected static $modules = [
'theme_test',
];