You are here

public static function CtoolsModuleTestCase::getInfo in Chaos Tool Suite (ctools) 7

File

tests/ctools.test, line 15
Test classes for code in the CTools module file.

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