We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad6976 commit 2a71344Copy full SHA for 2a71344
tests/Xi/Netvisor/NetvisorTest.php
@@ -152,6 +152,6 @@ public function processInvoiceToWorkWithNetvisor()
152
{
153
$xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<salesinvoicedate><![CDATA[2014-02-17]]></salesinvoicedate>";
154
155
- $this->assertEquals('<salesinvoicedate>2014-02-17</salesinvoicedate>', $this->netvisor->processXml($xml));
+ $this->assertEquals('<salesinvoicedate><![CDATA[2014-02-17]]></salesinvoicedate>', $this->netvisor->processXml($xml));
156
}
157
0 commit comments