File
- drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php, line 15
- Definition of Drupal\system\Tests\Database\UpdateTest.
Class
- UpdateTest
- Tests the update query builder.
Namespace
Drupal\system\Tests\Database
Code
public static function getInfo() {
return array(
'name' => 'Update tests',
'description' => 'Test the Update query builder.',
'group' => 'Database',
);
}