You are here

public static function DatabaseInsertLOBTestCase::getInfo in SimpleTest 7

File

tests/database_test.test, line 562

Class

DatabaseInsertLOBTestCase
Insert tests using LOB fields, which are weird on some databases.

Code

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