File
- drupal/core/modules/system/lib/Drupal/system/Tests/Theme/RegistryTest.php, line 26
- Definition of Drupal\system\Tests\Theme\RegistryTest.
Class
- RegistryTest
- Tests the ThemeRegistry class.
Namespace
Drupal\system\Tests\Theme
Code
public static function getInfo() {
return array(
'name' => 'ThemeRegistry',
'description' => 'Tests the behavior of the ThemeRegistry class',
'group' => 'Theme',
);
}