public static function EntityFieldQueryTestCase::getInfo in Drupal 7
File
- 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',
);
}