Exemplo n.º 1
0
 public function isVat($value)
 {
     $vat = new Vat($value);
     return $vat->isVatValid();
 }
Exemplo n.º 2
0
 public function testOGMMetPrefixFormat()
 {
     $ogm = new Vat();
     $this->assertEquals("333/0000/00290", $ogm->generateOGM(2, "333", true));
 }