public static function InsertLobTest::getInfo

File

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

Class

InsertLobTest
Tests inserts using LOB fields, which are weird on some databases.

Namespace

Drupal\system\Tests\Database

Code

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