mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fix whitespace
This commit is contained in:
parent
55324c0b2a
commit
e1fac3bf5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue