Ejemplo n.º 1
0
 public function testZeroIsAnInteger()
 {
     $x = new \MyOddWeb\BigNumber(0);
     $this->assertTrue($x->IsInteger());
 }