mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +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.
|
//Without defining table name.
|
||||||
$result = $this->testDb->conditions(array('bar->>\'$.fieldName\'' => 42));
|
$result = $this->testDb->conditions(array('bar->>\'$.fieldName\'' => 42));
|
||||||
$this->assertEquals(' WHERE `bar`->>\'$.fieldName\' = 42', $result, 'SQL JSON operator failed');
|
$this->assertEquals(' WHERE `bar`->>\'$.fieldName\' = 42', $result, 'SQL JSON operator failed');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* test that order() will accept objects made from DboSource::expression
|
* test that order() will accept objects made from DboSource::expression
|
||||||
|
|
Loading…
Add table
Reference in a new issue