function PathLookupTest::getInfo
File
-
modules/
simpletest/ tests/ path.test, line 251
Class
- PathLookupTest
- Unit test for drupal_lookup_path().
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'),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.