public static function DatabaseCaseSensitivityTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ database_test.test, line 3313
Class
- DatabaseCaseSensitivityTestCase
- Test case sensitivity handling.
Code
public static function getInfo() {
return array(
'name' => 'Case sensitivity',
'description' => 'Test handling case sensitive collation.',
'group' => 'Database',
);
}