public static function DrupalDataApiTest::getInfo in SimpleTest 7
File
- tests/
common.test, line 1406 - Tests for common.inc functionality.
Class
- DrupalDataApiTest
- Tests for CRUD API functions.
Code
public static function getInfo() {
return array(
'name' => 'Data API functions',
'description' => 'Tests the performance of CRUD APIs.',
'group' => 'System',
);
}