File

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

Class

DatabaseBasicSyntaxTestCase
Test how the current database driver interprets the SQL syntax.

Code

public static function getInfo() {
  return array(
    'name' => 'Basic SQL syntax tests',
    'description' => 'Test SQL syntax interpretation.',
    'group' => 'Database',
  );
}