public static function PathLookupTest::getInfo

7.x path.test public static PathLookupTest::getInfo()

File

drupal-7.x/modules/simpletest/tests/path.test, line 251
Tests for path.inc.

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'),
  );
}