function DatabaseInsertLOBTestCase::getInfo

File

modules/simpletest/tests/database_test.test, line 729

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.