We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1e554 commit b182e70Copy full SHA for b182e70
Test/DbalPersistedConnection.php
@@ -41,16 +41,22 @@ public function connect()
41
public function beginTransaction()
42
{
43
$this->wrapTransactionNestingLevel('beginTransaction');
44
+
45
+ return true;
46
}
47
48
public function commit()
49
50
$this->wrapTransactionNestingLevel('commit');
51
52
53
54
55
public function rollBack()
56
57
$this->wrapTransactionNestingLevel('rollBack');
58
59
60
61
62
/**
0 commit comments