Provide information to the UI for this test.

Fichier

tests/advagg.test, line 124

Classe

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',
    );
}