You are here

function FlagTestCase::getInfo in Flag 6

Same name and namespace in other branches
  1. 6.2 tests/flag.test \FlagTestCase::getInfo()
  2. 7.2 tests/flag.test \FlagTestCase::getInfo()

Implementation of getInfo().

File

tests/flag.test, line 9

Class

FlagTestCase

Code

function getInfo() {
  return array(
    'name' => t('Flag tests'),
    'description' => t('Add, edit and delete flags.'),
    'group' => t('Flag'),
  );
}