You are here

public static function PathautoTokenTestCase::getInfo in Pathauto 7

File

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

Class

PathautoTokenTestCase
Token functionality tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Pathauto tokens',
    'description' => 'Tests tokens provided by Pathauto.',
    'group' => 'Pathauto',
    'dependencies' => array(
      'token',
    ),
  );
}