You are here

public static function PathfilterTestCase::getInfo in Path Filter 7

Same name and namespace in other branches
  1. 6.2 tests/pathfilter.test \PathfilterTestCase::getInfo()
  2. 6 tests/pathfilter.test \PathfilterTestCase::getInfo()

File

tests/pathfilter.test, line 16
Tests for Path Filter

Class

PathfilterTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Path Filter tests'),
    'desc' => t('Tests Path Filter link parsing'),
    'group' => t('Path Filter'),
  );
}