示例#1
0
 public function testInvalidNumber()
 {
     $this->setExpectedException('byrokrat\\amount\\InvalidArgumentException');
     Amount::createFromNumber('string');
 }