Skip to content

Commit b2d1229

Browse files
committed
DOnt use removed dbal function
1 parent 76469ab commit b2d1229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/dbal/Tests/Functional/DbalConsumerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private function getQuerySize(): int
173173
{
174174
return (int) $this->context->getDbalConnection()
175175
->executeQuery('SELECT count(*) FROM '.$this->context->getTableName())
176-
->fetchColumn(0)
176+
->fetchOne()
177177
;
178178
}
179179
}

0 commit comments

Comments
 (0)