You are here

public static function PathautoBookTokenTestCase::getInfo in Pathauto 6

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

File

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

Class

PathautoBookTokenTestCase

Code

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