public static function EckCrudTest::getInfo in Entity Construction Kit (ECK) 7.2
Meta data about these tests.
File
- tests/
EckCrudTest.test, line 16 - The EckCrudTest class.
Class
- EckCrudTest
- Rudimentary CRUD functionality.
Code
public static function getInfo() {
return array(
'name' => 'ECK CRUD test',
'description' => 'Test the basic CRUD operations.',
'group' => 'eck',
'dependencies' => array(
'ctools',
'entity',
),
);
}