You are here

public static function PathRedirectImportExportTest::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 161
File that holds functional tests for Path Redirect Import module

Class

PathRedirectImportExportTest

Code

public static function getInfo() {
  return array(
    'name' => t('Path Redirect Import Export feature'),
    'description' => t('Tests export redirects feature.'),
    'group' => 'Path Redirect Import',
  );
}