Пример #1
0
 public function testCountExpr()
 {
     $this->assertEquals('MAX(u.id)', (string) $this->_expr->max('u.id'));
 }