You are here

public static function PathRedirectImportTest::getInfo in Path redirect import 7

The getInfo() method provides information about the test. In order for the test to be run, the getInfo() method needs to be implemented.

File

tests/path_redirect_import.test, line 14
File that holds functional tests for Path Redirect Import module

Class

PathRedirectImportTest
@file File that holds functional tests for Path Redirect Import module

Code

public static function getInfo() {
  return array(
    'name' => t('Path Redirect Import Basic'),
    'description' => t('Tests basic module functionality.'),
    'group' => 'Path Redirect Import',
  );
}