mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Tests for FatturaPA
This commit is contained in:
parent
05c7858ae1
commit
7822c002aa
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user