function DatabaseReservedKeywordTestCase::getInfo

File

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

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.