Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix language codes test result order
Fixes issue with Oracle by enforcing the order of the results to check.

Signed-off-by: Vincent Petry <[email protected]>
  • Loading branch information
PVince81 committed Mar 24, 2021
commit 39a6d99526d3d0a4a632bb963cb10541826eec0b
1 change: 1 addition & 0 deletions tests/Test/Repair/Owncloud/UpdateLanguageCodesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public function testRun() {
->from('preferences')
->where($qb->expr()->eq('appid', $qb->createNamedParameter('core')))
->andWhere($qb->expr()->eq('configkey', $qb->createNamedParameter('lang')))
->orderBy('userid')
->execute();

$rows = $result->fetchAll();
Expand Down