We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb2e614 + 743d30a commit 569b636Copy full SHA for 569b636
1 file changed
tests/system/Database/Live/TransactionTest.php
@@ -57,7 +57,9 @@ protected function enableDBDebug(): void
57
58
public function testTransStartDBDebugTrue()
59
{
60
- $builder = $this->db->table('job');
+ $this->enableDBDebug();
61
+
62
+ $builder = $this->db->transException(true)->table('job');
63
$e = null;
64
65
try {
0 commit comments