You are here

public static function PathautoFunctionalTestCase::getInfo in Pathauto 6.2

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

File

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

Class

PathautoFunctionalTestCase
Test basic pathauto functionality.

Code

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