function CascadingStylesheetsTestCase::getInfo

File

modules/simpletest/tests/common.test, line 749

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.