public static function PathautoUnitTestCase::getInfo in Pathauto 7
Same name and namespace in other branches
- 6.2 pathauto.test \PathautoUnitTestCase::getInfo()
- 6 pathauto.test \PathautoUnitTestCase::getInfo()
File
- ./
pathauto.test, line 129 - Functionality tests for Pathauto.
Class
- PathautoUnitTestCase
- Unit tests for Pathauto functions.
Code
public static function getInfo() {
return array(
'name' => 'Pathauto unit tests',
'description' => 'Unit tests for Pathauto functions.',
'group' => 'Pathauto',
'dependencies' => array(
'token',
),
);
}