public function PURLPathAliasTest::getInfo in Persistent URL 6
Same name and namespace in other branches
- 7 tests/purl.test \PURLPathAliasTest::getInfo()
Test info.
File
- tests/
purl.test, line 7
Class
Code
public function getInfo() {
return array(
'name' => t('Path alias'),
'description' => t('Path alias tests for PURL.'),
'group' => t('PURL'),
);
}