public static function PathautoLocaleTestCase::getInfo in Pathauto 7
Same name and namespace in other branches
- 6.2 pathauto.test \PathautoLocaleTestCase::getInfo()
- 6 pathauto.test \PathautoLocaleTestCase::getInfo()
File
- ./
pathauto.test, line 795 - Functionality tests for Pathauto.
Class
Code
public static function getInfo() {
return array(
'name' => 'Pathauto localization tests',
'description' => 'Test pathauto functionality with localization and translation.',
'group' => 'Pathauto',
'dependencies' => array(
'token',
),
);
}