| 7 path.test | public static PathLookupTest::getInfo() |
| 8 path.test | public static PathLookupTest::getInfo() |
File
- modules/
simpletest/ tests/ path.test, line 251 - Tests for path.inc.
Code
public static function getInfo() {
return array(
'name' => t('Path lookup'),
'description' => t('Tests that drupal_lookup_path() returns correct paths.'),
'group' => t('Path API'),
);
}
Login or register to post comments