public static property RegistryTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Theme/RegistryTest.php \Drupal\system\Tests\Theme\RegistryTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ system/ src/ Tests/ Theme/ RegistryTest.php, line 26 - Contains \Drupal\system\Tests\Theme\RegistryTest.
Class
- RegistryTest
- Tests the behavior of the ThemeRegistry class.
Namespace
Drupal\system\Tests\ThemeCode
public static $modules = array(
'theme_test',
'system',
);