Skip to content

Commit 77ded32

Browse files
committed
debug
1 parent 6b3e60a commit 77ded32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Doctrine/Tests/ORM/Functional/GH7877Test.php

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ public function testExtraUpdateWithDatabaseGeneratedId(): void
6464
if ($this->getQueryLog()->queries[0]['sql'] === '"START TRANSACTION"') {
6565
self::assertQueryCount(4);
6666
} else {
67+
if (count($this->getQueryLog()->queries) !== 2) {
68+
var_dump($this->getQueryLog()->queries);
69+
}
6770
self::assertQueryCount(2);
6871
}
6972
}

0 commit comments

Comments
 (0)