public static function EntityLoadTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ entity_crud.test, line 14 - Tests for the Entity CRUD API.
Class
- EntityLoadTestCase
- Tests the entity_load() function.
Code
public static function getInfo() {
return array(
'name' => 'Entity loading',
'description' => 'Tests the entity_load() function.',
'group' => 'Entity API',
);
}