function DatabaseFetchTestCase::getInfo
File
-
modules/
simpletest/ tests/ database_test.test, line 380
Class
- DatabaseFetchTestCase
- Test fetch actions, part 1.
Code
public static function getInfo() {
return array(
'name' => 'Fetch tests',
'description' => 'Test the Database system\'s various fetch capabilities.',
'group' => 'Database',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.