public static function EntityFieldQueryTestCase::getInfo

File

drupal/modules/simpletest/tests/entity_query.test, line 14
Unit test file for the entity API.

Class

EntityFieldQueryTestCase
Tests EntityFieldQuery.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity query',
    'description' => 'Test the EntityFieldQuery class.',
    'group' => 'Entity API',
  );
}