public static function BasicSyntaxTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php, line 18
Definition of Drupal\system\Tests\Database\BasicSyntaxTest.

Class

BasicSyntaxTest
Tests how the current database driver interprets the SQL syntax.

Namespace

Drupal\system\Tests\Database

Code

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