public static function QueryTest::getInfo

Same name in this branch

File

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

Class

QueryTest
Tests Drupal-specific SQL syntax tests.

Namespace

Drupal\system\Tests\Database

Code

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