function CtoolsPluginsGetInfoTestCase::getInfo

File

tests/ctools.plugins.test, line 11

Class

CtoolsPluginsGetInfoTestCase
Test menu links depending on user permissions.

Code

public static function getInfo() {
  return array(
    'name' => 'Get plugin info',
    'description' => 'Verify that plugin type definitions can properly set and overide values.',
    'group' => 'ctools',
    'dependencies' => array(
      'ctools',
    ),
  );
}