You are here

public static function SubPathautoUnitTestCase::getInfo in Sub-pathauto (Sub-path URL Aliases) 7

File

./subpathauto.test, line 9
Test integration for the subpathauto.module.

Class

SubPathautoUnitTestCase
@file Test integration for the subpathauto.module.

Code

public static function getInfo() {
  return array(
    'name' => 'Sub-pathauto unit tests',
    'description' => 'Test basic functionality for Sub-pathauto.',
    'group' => 'Sub-pathauto',
  );
}