public static function PathLookupTest::getInfo in Drupal 7
File
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'),
);
}