Skip to content

Commit 5948b78

Browse files
committed
Improve tests
1 parent 00a2084 commit 5948b78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Integration/AbstractIntegrationTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ private function findPostgresAdvisoryLockInConnection(
9898
PostgresLockId $postgresLockId,
9999
PostgresLockModeEnum $mode,
100100
): object | null {
101-
// For one-argument advisory locks, Postgres stores the signed 64-bit key as two 32-bit integers:
102-
// classid = high 32 bits, objid = low 32 bits.
103-
104101
$statement = $dbConnection->prepare(
105102
<<<'SQL'
106103
SELECT *

0 commit comments

Comments
 (0)