public static function InsertTest::getInfo

File

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

Class

InsertTest
Tests the insert builder.

Namespace

Drupal\system\Tests\Database

Code

public static function getInfo() {
  return array(
    'name' => 'Insert tests',
    'description' => 'Test the Insert query builder.',
    'group' => 'Database',
  );
}