Skip to content

Commit

Permalink
Issue #3119924 by sinn: SelectPagerDefaultTest should not rely on def…
Browse files Browse the repository at this point in the history
…ault sorting order

(cherry picked from commit b686af2458efc1849421c4c98e63204bd66d1a8b)
  • Loading branch information
catch committed Apr 17, 2020
1 parent 826b5a3 commit 1600c38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public function testInnerPagerQuery() {

$outer_query = $connection->select($query);
$outer_query->addField('subquery', 'age');
$outer_query->orderBy('age');

$ages = $outer_query
->execute()
Expand Down

0 comments on commit 1600c38

Please sign in to comment.