Skip to content

Commit

Permalink
Fix mysql test
Browse files Browse the repository at this point in the history
  • Loading branch information
chinpei215 committed Feb 3, 2017
1 parent 923b73a commit abd7a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php
Expand Up @@ -1277,6 +1277,8 @@ public function testGenerateAssociationQuerySelfJoin() {
'limit' => array(),
'offset' => array(),
'group' => array(),
'having' => null,
'lock' => null,
'callbacks' => null
);
$queryData['joins'][0]['table'] = $this->Dbo->fullTableName($queryData['joins'][0]['table']);
Expand Down

0 comments on commit abd7a25

Please sign in to comment.