You are here

public static function FlagAdminTestCase::getInfo in Flag 7.3

Implements getInfo().

File

tests/flag.test, line 224
Tests for the Flag module.

Class

FlagAdminTestCase
Test Flag admin UI.

Code

public static function getInfo() {
  return array(
    'name' => 'Admin UI',
    'description' => 'Add, edit and delete flags.',
    'group' => 'Flag',
  );
}