You are here

public static function PURLPathAliasTest::getInfo in Persistent URL 7

Same name and namespace in other branches
  1. 6 tests/purl.test \PURLPathAliasTest::getInfo()

Test info.

File

tests/purl.test, line 7

Class

PURLPathAliasTest

Code

public static function getInfo() {
  return array(
    'name' => t('Path alias'),
    'description' => t('Path alias tests for PURL.'),
    'group' => t('PURL'),
  );
}