You are here

public static function PathautoLocaleTestCase::getInfo in Pathauto 6

Same name and namespace in other branches
  1. 6.2 pathauto.test \PathautoLocaleTestCase::getInfo()
  2. 7 pathauto.test \PathautoLocaleTestCase::getInfo()

File

./pathauto.test, line 599
Functionality tests for Pathauto.

Class

PathautoLocaleTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Pathauto localization tests',
    'description' => 'Test pathauto functionality with localization and translation.',
    'group' => 'Pathauto',
    'dependencies' => array(
      'token',
    ),
  );
}