public static function EntityCrudHookTestCase::getInfo

File

drupal/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',
  );
}