public static function EntityFieldQueryTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ entity_query.test, line 14 - Unit test file for the entity API.
Class
- EntityFieldQueryTestCase
- Tests EntityFieldQuery.
Código
public static function getInfo() {
return array(
'name' => 'Entity query',
'description' => 'Test the EntityFieldQuery class.',
'group' => 'Entity API',
);
}