public static function PathfilterTestCase::getInfo in Path Filter 6.2
Same name and namespace in other branches
- 6 tests/pathfilter.test \PathfilterTestCase::getInfo()
- 7 tests/pathfilter.test \PathfilterTestCase::getInfo()
File
- tests/
pathfilter.test, line 16 - Tests for Path Filter
Class
Code
public static function getInfo() {
return array(
'name' => t('Path Filter tests'),
'desc' => t('Tests Path Filter link parsing'),
'group' => t('Path Filter'),
);
}