You are here

public function PURLBasicTest::getInfo in Persistent URL 6

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

Test info.

File

tests/purl.test, line 69

Class

PURLBasicTest
Basic tests for PURL.

Code

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