示例#1
0
文件: VatTest.php 项目: tpweb/vat
 public function testGetCountry()
 {
     $vat = new Vat("BE123");
     $this->assertEquals("BE", $vat->getCountry());
 }