You are here

public static function DatabaseQueryTestCase::getInfo in Drupal 7

File

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

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