Beispiel #1
0
 public function testProdExpr()
 {
     $this->assertEquals('1 * 2', (string) $this->_expr->prod(1, 2));
 }