You are here

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

File

tests/css.test, line 11

Class

CtoolsCssTestCase
Test menu links depending on user permissions.

Code

public static function getInfo() {
  return array(
    'name' => 'CSS Tools tests',
    'description' => 'Confirm the custom CSS handling works.',
    'group' => 'ctools',
    'dependencies' => array(
      'ctools',
    ),
  );
}