Example #1
0
 public function testSquareRootExpr()
 {
     $this->assertEquals('SQRT(1)', (string) $this->_expr->sqrt(1));
 }