public static function EntityAPIRulesIntegrationTestCase::getInfo in Entity API 7
File
- ./
entity.test, line 493 - Entity CRUD API tests.
Class
- EntityAPIRulesIntegrationTestCase
- Test the generated Rules integration.
Code
public static function getInfo() {
return array(
'name' => 'Entity CRUD Rules integration',
'description' => 'Tests the Rules integration provided by the Entity CRUD API.',
'group' => 'Entity API',
'dependencies' => array(
'rules',
),
);
}