Example #1
0
 public function testGetCountry()
 {
     $vat = new Vat("BE123");
     $this->assertEquals("BE", $vat->getCountry());
 }