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