Skip to content

Commit

Permalink
Fixing failing test case in Mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 17, 2013
1 parent a192591 commit aa977a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1363,7 +1363,7 @@ public function testSuqueryInWhere() {
$result = $query
->select(['name'])
->from(['authors'])
->where(['id !=' => $subquery])
->where(['id not in' => $subquery])
->execute();

$expected = [
Expand Down

0 comments on commit aa977a5

Please sign in to comment.