You are here

public static function PURLBasicTest::getInfo in Persistent URL 7

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

Test info.

File

tests/purl.test, line 72

Class

PURLBasicTest
Basic tests for PURL.

Code

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