Example #1
0
 /**
  * @covers Moontoast\Math\BigNumber::setDefaultScale
  */
 public function testSetDefaultScale()
 {
     BigNumber::setDefaultScale(23);
     $this->assertEquals(23, ini_get('bcmath.scale'));
 }