public static function EntityCrudHookTestCase::getInfo
7.x entity_crud_hook_test.test | public static EntityCrudHookTestCase::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ entity_crud_hook_test.test, line 23 - CRUD hook tests for the Entity CRUD API.
Class
- EntityCrudHookTestCase
- Tests invocation of hooks when performing an action.
Code
public static function getInfo() {
return array(
'name' => 'Entity CRUD hooks',
'description' => 'Tests the invocation of hooks when inserting, loading, updating or deleting an entity.',
'group' => 'Entity API',
);
}