diff --git a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php index 68e46ab0c..0d2fa2c8a 100644 --- a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php @@ -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