File

core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php, line 151

Class

StubConnection
A stub of the abstract Connection class for testing purposes.

Namespace

Drupal\Tests\Core\Database\Stub

Code

public function update($table, array $options = []) {
  return new Update($this, $table, $options);
}