You are here

public static function Pathautoi18nNodeTest::getInfo in Pathauto i18n 7

GetInfo method.

File

tests/pathauto_i18n_node.test, line 16

Class

Pathautoi18nNodeTest
Test functionality for nodes.

Code

public static function getInfo() {
  return array(
    'name' => 'Pathauto i18n node',
    'description' => 'Ensure that the Pathauto i18n node works.',
    'group' => 'Pathauto i18n',
  );
}