You are here

public static function SelectQueryTest::getInfo in Drupal driver for SQL Server and SQL Azure 8

File

src/Tests/SelectQueryTest.php, line 20
Definition of Drupal\sqlsrv\Tests\SelectQueryTest.

Class

SelectQueryTest
General tests for SQL Server database driver.

Namespace

Drupal\sqlsrv\Tests

Code

public static function getInfo() {
  return [
    'name' => 'SQLServer form protections',
    'description' => 'Ensure that SQLServer protects site forms properly.',
    'group' => 'SQLServer',
  ];
}