You are here

public static function PathautoUnitTestCase::getInfo in Pathauto 6

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

File

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

Class

PathautoUnitTestCase
Unit tests for Pathauto functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Pathauto unit tests',
    'description' => 'Unit tests for Pathauto functions.',
    'group' => 'Pathauto',
    'dependencies' => array(
      'token',
    ),
  );
}