コード例 #1
0
ファイル: ExprTest.php プロジェクト: selimcr/servigases
 public function testSquareRootExpr()
 {
     $this->assertEquals('SQRT(1)', (string) $this->_expr->sqrt(1));
 }