public static function CascadingStylesheetsTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php, line 24
Definition of Drupal\system\Tests\Common\CascadingStylesheetsTest.

Class

CascadingStylesheetsTest
Tests the Drupal CSS system.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'Cascading stylesheets',
    'description' => 'Tests adding various cascading stylesheets to the page.',
    'group' => 'Common',
  );
}