public static function LocaleCSSAlterTest::getInfo
Archivo
- drupal-7.x/
modules/ locale/ locale.test, line 3103 - Tests for locale.module.
Class
- LocaleCSSAlterTest
- Functional tests for CSS alter functions.
Código
public static function getInfo() {
return array(
'name' => 'CSS altering',
'description' => 'Test CSS alter functions.',
'group' => 'Locale',
);
}