Skip to content

Commit 98dd058

Browse files
[6.4] Fix remainings from previous deprecations
1 parent 4e3390a commit 98dd058

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Middleware/Debug/MiddlewareTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,7 @@ public function testWithoutStopwatch(callable $sqlMethod, callable $endTransacti
277277
$this->conn->beginTransaction();
278278
$sqlMethod($this->conn, 'SELECT * FROM products');
279279
$endTransactionMethod($this->conn);
280+
281+
$this->addToAssertionCount(1);
280282
}
281283
}

0 commit comments

Comments
 (0)