public static function DatabaseAlterTestCase::getInfo in SimpleTest 7
File
- tests/
database_test.test, line 2130
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',
);
}