public static function LocaleUrlRewritingTest::getInfo
Archivo
- drupal-7.x/
modules/ locale/ locale.test, line 2549 - Tests for locale.module.
Class
- LocaleUrlRewritingTest
- Test that URL rewriting works as expected.
Código
public static function getInfo() {
return array(
'name' => 'URL rewriting',
'description' => 'Test that URL rewriting works as expected.',
'group' => 'Locale',
);
}