You are here

public static function FlagEntityFieldQueryTestCase::getInfo in Flag 7.3

Implements getInfo().

File

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

Class

FlagEntityFieldQueryTestCase
Test use of EntityFieldQueries with flagging entities.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Field Query',
    'description' => 'Entity Field Query for flagging entities.',
    'group' => 'Flag',
  );
}