function DatabaseAlterTestCase::getInfo
File
-
modules/
simpletest/ tests/ database_test.test, line 2924
Class
- DatabaseAlterTestCase
- Select alter tests.
Code
public static function getInfo() {
return array(
'name' => 'Query altering tests',
'description' => 'Test the hook_query_alter capabilities of the Select builder.',
'group' => 'Database',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.