Fixing failing test introduced in last commit.
This commit is contained in:
parent
b9965bfb1c
commit
f54dce93aa
@ -191,7 +191,7 @@ class ExprTest extends \Doctrine\Tests\OrmTestCase
|
|||||||
*/
|
*/
|
||||||
public function testSubstringExprAcceptsTwoArguments()
|
public function testSubstringExprAcceptsTwoArguments()
|
||||||
{
|
{
|
||||||
$this->assertEquals('SUBSTRING(a.title, 0)', (string) $this->_expr->substring('a.title', 5));
|
$this->assertEquals('SUBSTRING(a.title, 5)', (string) $this->_expr->substring('a.title', 5));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testLowerExpr()
|
public function testLowerExpr()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user