public static function CascadingStylesheetsTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 699 - Tests for common.inc functionality.
Class
- CascadingStylesheetsTestCase
- Test the Drupal CSS system.
Code
public static function getInfo() {
return array(
'name' => 'Cascading stylesheets',
'description' => 'Tests adding various cascading stylesheets to the page.',
'group' => 'System',
);
}