static function PatternsPathautoTestCase::getInfo in Patterns 7
Same name and namespace in other branches
- 7.2 tests/pathauto/pathauto.test \PatternsPathautoTestCase::getInfo()
File
- tests/pathauto/pathauto.test, line 12
- SimpleTests for the Field component of Patterns.
Class
- PatternsPathautoTestCase
- @file
SimpleTests for the Field component of Patterns.
Code
static function getInfo() {
return array(
'name' => 'Pathauto component',
'description' => 'Edit the pathauto setting of themes',
'group' => 'Patterns',
);
}