function DatabaseQueryTestCase::getInfo

File

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

Class

DatabaseQueryTestCase
Drupal-specific SQL syntax tests.

Code

public static function getInfo() {
    return array(
        'name' => 'Custom query syntax tests',
        'description' => 'Test Drupal\'s extended prepared statement syntax..',
        'group' => 'Database',
    );
}

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