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