Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Thompson committed Jan 24, 2017
1 parent 55324c0 commit e1fac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
Expand Up @@ -262,7 +262,7 @@ public function testColumnHyphenOperator() {
//Without defining table name.
$result = $this->testDb->conditions(array('bar->>\'$.fieldName\'' => 42));
$this->assertEquals(' WHERE `bar`->>\'$.fieldName\' = 42', $result, 'SQL JSON operator failed');
}
}

/**
* test that order() will accept objects made from DboSource::expression
Expand Down

0 comments on commit e1fac3b

Please sign in to comment.