function DatabaseUpdateLOBTestCase::getInfo

File

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

Class

DatabaseUpdateLOBTestCase
Test update queries involving LOB values.

Code

public static function getInfo() {
    return array(
        'name' => 'Update tests, LOB',
        'description' => 'Test the Update 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.