/** * @group knownFailing * @covers sAdmin::sValidateVat * @ticket SW-8168 */ public function testsValidateVatWithForeignShopVatId() { // Both vat numbers are valid // http://services.amazon.de/service/nutzungsbedingungen.html // Validation should return true $this->front->Request()->setPost('country', '18'); $this->front->Request()->setPost('ustid', 'LU19647148'); $this->config->offsetSet('sVATCHECKADVANCEDNUMBER', 'LU20260743'); $this->assertCount(0, $this->module->sValidateVat()); }