コード例 #1
0
 public function testReturnsCents2()
 {
     $a = new Decimal2('1.99');
     $this->assertEquals(199, $a->centsValue());
 }