Tests for FatturaPA

This commit is contained in:
David Bomba 2023-04-21 17:30:25 +10:00
parent 05c7858ae1
commit 7822c002aa

View File

@ -41,7 +41,7 @@ class FatturaPATest extends TestCase
$fat = new FatturaPA($this->invoice); $fat = new FatturaPA($this->invoice);
$xml = $fat->run(); $xml = $fat->run();
nlog($xml); // nlog($xml);
$this->assertnotNull($xml); $this->assertnotNull($xml);
} }