function DatabaseDeleteTruncateTestCase::getInfo
File
-
modules/
simpletest/ tests/ database_test.test, line 1155
Class
- DatabaseDeleteTruncateTestCase
- Delete/Truncate tests.
Code
public static function getInfo() {
return array(
'name' => 'Delete/Truncate tests',
'description' => 'Test the Delete and Truncate query builders.',
'group' => 'Database',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.