Ejemplo n.º 1
0
 public function testDoubleNegativeNumberToIntReturnsProperly()
 {
     $src = new \MyOddWeb\BigNumber(-32.123456);
     $this->assertSame(-32, $src->ToInt());
 }