Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b2d1229

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /