public static function LocaleCSSAlterTest::getInfo in Drupal 7
File
- modules/
locale/ locale.test, line 3202 - 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',
);
}