From e47c875d19220bdf6f4b57a4f21b996359048ee5 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 29 May 2024 22:38:04 +1000 Subject: [PATCH] Fxies for tests --- tests/Integration/Einvoice/Fact1Test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Integration/Einvoice/Fact1Test.php b/tests/Integration/Einvoice/Fact1Test.php index ecb996b7210a..b38f9563f426 100644 --- a/tests/Integration/Einvoice/Fact1Test.php +++ b/tests/Integration/Einvoice/Fact1Test.php @@ -338,7 +338,7 @@ class Fact1Test extends TestCase $errors = $validator->validate($invoice); foreach($errors as $error) { - echo $error->getPropertyPath() . ': ' . $error->getMessage() . "\n"; + // echo $error->getPropertyPath() . ': ' . $error->getMessage() . "\n"; } $this->assertCount(0, $errors); @@ -389,7 +389,7 @@ class Fact1Test extends TestCase // $invoice = $serializer->serialize($invoice, 'xml', $n_context); $dataxml = $serializer->encode($invoice, 'xml', $context); - echo $dataxml; + // echo $dataxml; //set default standard props }