public function testOGMMetPrefixFormat() { $ogm = new Vat(); $this->assertEquals("333/0000/00290", $ogm->generateOGM(2, "333", true)); }