Skip to content

Commit

Permalink
Added order clause to test to avoid errors in different db drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 22, 2014
1 parent c41f40c commit e7784e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/ORM/QueryTest.php
Expand Up @@ -1856,6 +1856,7 @@ public function testColumnsFromJoin() {
'conditions' => ['person.id = articles.author_id']
]
])
->order(['articles.id' => 'ASC'])
->hydrate(false)
->toArray();
$expected = [
Expand Down

0 comments on commit e7784e7

Please sign in to comment.