public static function PathautoBulkUpdateTestCase::getInfo in Pathauto 6.2
Same name and namespace in other branches
- 7 pathauto.test \PathautoBulkUpdateTestCase::getInfo()
File
- ./
pathauto.test, line 697 - Functionality tests for Pathauto.
Class
- PathautoBulkUpdateTestCase
- Bulk update functionality tests.
Code
public static function getInfo() {
return array(
'name' => 'Pathauto bulk updating',
'description' => 'Tests bulk updating of URL aliases.',
'group' => 'Pathauto',
'dependencies' => array(
'token',
),
);
}