public static function DatabaseInsertLOBTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ database_test.test, line 637
Class
- DatabaseInsertLOBTestCase
- Insert tests using LOB fields, which are weird on some databases.
Código
public static function getInfo() {
return array(
'name' => 'Insert tests, LOB fields',
'description' => 'Test the Insert query builder with LOB fields.',
'group' => 'Database',
);
}