Skip to content

Commit

Permalink
Split constant Europa
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 authored Jul 14, 2022
1 parent c24a6a8 commit 9f18747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Vat/Provider/EuropaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ protected function setUp(): void

public function testApiUrl(): void
{
$this->assertEquals(Europa::EU_VAT_API, $this->oEuropa->getApiUrl());
$this->assertEquals(Europa::EU_VAT_API . Europa::EU_VAT_WSDL, $this->oEuropa->getApiUrl());
}
}

0 comments on commit 9f18747

Please sign in to comment.