Skip to content

Commit

Permalink
Added more validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Nov 8, 2024
1 parent 1aba901 commit 18c751f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testcases/CiiToUblDiscountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public function testLoadAndConvert(): void
{
self::$document = XmlConverterCiiToUbl::fromFile(dirname(__FILE__) . "/../assets/cii/1_cii_discount.xml")->enableAutomaticMode()->convert();
$this->assertNotNull(self::$document);
$this->assertNotFalse($this->saveFinalXmlToBuildResults('1_cii_discount_as_ubl.xml'));
}

public function testDocumentGeneral(): void
Expand Down

0 comments on commit 18c751f

Please sign in to comment.