function DatabaseCaseSensitivityTestCase::getInfo
File
-
modules/
simpletest/ tests/ database_test.test, line 3483
Class
- DatabaseCaseSensitivityTestCase
- Test case sensitivity handling.
Code
public static function getInfo() {
return array(
'name' => 'Case sensitivity',
'description' => 'Test handling case sensitive collation.',
'group' => 'Database',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.