You are here

public static function DatabaseUpdateLOBTestCase::getInfo in Drupal 7

File

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

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