You are here

public function PURLPathAliasTest::getInfo in Persistent URL 6

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

Test info.

File

tests/purl.test, line 7

Class

PURLPathAliasTest

Code

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