예제 #1
0
파일: VatTest.php 프로젝트: tpweb/vat
 public function testConstructor()
 {
     $vat = new Vat("BE");
     $this->assertEquals("BE", $vat->getVat());
 }