File

./subpathauto.test, line 9

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',
    );
}