public static function EmptyStatementTest::getInfo

File

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

Class

EmptyStatementTest
Tests the empty pseudo-statement class.

Namespace

Drupal\system\Tests\Database

Code

public static function getInfo() {
  return array(
    'name' => 'Empty statement',
    'description' => 'Test the empty pseudo-statement class.',
    'group' => 'Database',
  );
}