From 2e93b2445cfce0ef8b11bde3e26fc1530b1fe501 Mon Sep 17 00:00:00 2001 From: Wimmie Date: Mon, 25 Mar 2024 17:43:41 +0100 Subject: [PATCH] Update test to also test get vat code for invoice mapper --- tests/IntegrationTests/InvoiceIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/IntegrationTests/InvoiceIntegrationTest.php b/tests/IntegrationTests/InvoiceIntegrationTest.php index 0ee5f668..74bea283 100644 --- a/tests/IntegrationTests/InvoiceIntegrationTest.php +++ b/tests/IntegrationTests/InvoiceIntegrationTest.php @@ -79,6 +79,7 @@ public function testGetConceptInvoiceWorks() $this->assertSame('15.00', $invoiceLine->getValueInc()); $this->assertSame('15.00', $invoiceLine->getUnitsPriceExcl()); $this->assertSame('8020', $invoiceLine->getDim1()); + $this->assertSame('VN', $invoiceLine->getVatCode()); // TODO - Vat lines