File
- drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeInfoStylesTest.php, line 24
- Contains Drupal\system\Tests\Theme\ThemeInfoStylesTest.
Class
- ThemeInfoStylesTest
- Tests processing of theme .info.yml stylesheets.
Namespace
Drupal\system\Tests\Theme
Code
public static function getInfo() {
return array(
'name' => 'Theme .info.yml styles',
'description' => 'Tests processing of theme .info.yml stylesheets.',
'group' => 'Theme',
);
}