You are here

public static function OgEntityFieldQueryTestCase::getInfo in Organic groups 7.2

File

./og.test, line 1412

Class

OgEntityFieldQueryTestCase
Test queying group-audience fields using entityFieldQuery.

Code

public static function getInfo() {
  return array(
    'name' => 'OG audience fields query',
    'description' => 'Test querying group-audience fields using entityFieldQuery.',
    'group' => 'Organic groups',
  );
}