Exemplo n.º 1
0
 public function testLowerExpr()
 {
     $this->assertEquals('LOWER(u.first_name)', (string) $this->_expr->lower('u.first_name'));
 }