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