Ejemplo n.º 1
0
 public function testMinExpr()
 {
     $this->assertEquals('MIN(u.id)', (string) $this->_expr->min('u.id'));
 }