function CtoolsModuleTestCase::getInfo

File

tests/ctools.test, line 15

Class

CtoolsModuleTestCase
Test menu links depending on user permissions.

Code

public static function getInfo() {
    return array(
        'name' => 'Ctools module functions tests',
        'description' => 'Check functions in the ctools.module not otherwise tested.',
        'group' => 'ctools',
        'dependencies' => array(
            'ctools',
        ),
    );
}