public static property ThemeTest::$modules in Zircon Profile 8
Same name in this branch
- 8 core/modules/system/src/Tests/System/ThemeTest.php \Drupal\system\Tests\System\ThemeTest::modules
- 8 core/modules/system/src/Tests/Theme/ThemeTest.php \Drupal\system\Tests\Theme\ThemeTest::modules
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/System/ThemeTest.php \Drupal\system\Tests\System\ThemeTest::modules
Modules to enable.
Type: array
File
- core/
modules/ system/ src/ Tests/ System/ ThemeTest.php, line 33 - Contains \Drupal\system\Tests\System\ThemeTest.
Class
- ThemeTest
- Tests the theme interface functionality by enabling and switching themes, and using an administration theme.
Namespace
Drupal\system\Tests\SystemCode
public static $modules = [
'node',
'block',
'file',
];