public static function AdvAggCascadingStylesheetsTestCase::getInfo in Advanced CSS/JS Aggregation 7.2
Provide information to the UI for this test.
File
- tests/
advagg.test, line 124 - Tests for advagg.module.
Class
- AdvAggCascadingStylesheetsTestCase
- Test the Drupal CSS system.
Code
public static function getInfo() {
return array(
'name' => 'CSS',
'description' => 'Tests adding various cascading stylesheets to the page.',
'group' => 'AdvAgg',
);
}