You are here

public static function DatabaseReservedKeywordTestCase::getInfo in Drupal 7

File

modules/simpletest/tests/database_test.test, line 4269

Class

DatabaseReservedKeywordTestCase
Test reserved keyword handling (introduced for MySQL 8+)

Code

public static function getInfo() {
  return array(
    'name' => 'Reserved Keywords',
    'description' => 'Test handling of reserved keywords.',
    'group' => 'Database',
  );
}