Fix whitespace

This commit is contained in:
Cory Thompson 2017-01-24 21:51:54 +11:00
parent 55324c0b2a
commit e1fac3bf5b

View file

@ -262,7 +262,7 @@ class DboSourceTest extends CakeTestCase {
//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