Test Failed
Branch Codacy (d3d151)
by Fabien
02:18
created
Tests/Entity/Xml2arrayFunctionsTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -318,6 +318,10 @@
 block discarded – undo
318 318
         $this->assertXml2Array($expected, $curriculumVitae, $curriculumVitae);
319 319
     }
320 320
 
321
+    /**
322
+     * @param string $curriculumVitae
323
+     * @param string $XML
324
+     */
321 325
     private function assertXml2Array($expected, $curriculumVitae, $XML) {
322 326
         $this->Xml2arrayFunctions = new Xml2arrayFunctions(simplexml_load_string($curriculumVitae));
323 327
         $result = $this->Xml2arrayFunctions->xml2array(simplexml_load_string($XML));
Please login to merge, or discard this patch.