File

./subpathauto.test, line 9

Class

SubPathautoUnitTestCase
@file Test integration for the <a href="/en/work/drupal-api/subpathauto/subpathauto.module/7.x-1.x" title="subpathauto.module" class="local">subpathauto.module</a>.

Code

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