public static function LocaleCSSAlterTest::getInfo

File

drupal/modules/locale/locale.test, line 3206
Tests for locale.module.

Class

LocaleCSSAlterTest
Functional tests for CSS alter functions.

Code

public static function getInfo() {
  return array(
    'name' => 'CSS altering',
    'description' => 'Test CSS alter functions.',
    'group' => 'Locale',
  );
}