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