You are here

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

Class

PathRedirectImportLanguageTest

Code

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