Skip to content
Snippets Groups Projects
Commit 28d80e8c authored by efalcy's avatar efalcy
Browse files

dev #65688 : fix tests

parent 2ac8483b
Branches
Tags
1 merge request!2760Dev#65688 2355bonus contractuel koha prise en compte du statut en transfert desormais renvoye par ilsdi
Pipeline #4680 failed with stage
in 45 minutes and 4 seconds
......@@ -261,13 +261,7 @@ class Class_WebService_SIGB_Koha_GetRecordsResponseReader {
class Class_WebService_SIGB_Koha_GetRecordsResponseReaderXmlReader {
public function read($xml) {
libxml_use_internal_errors(true);
if ($document = simplexml_load_string($xml))
return $document;
$errors = libxml_get_errors();
foreach ($errors as $error) {
var_dump($errors);
}
$document = simplexml_load_string($xml);
libxml_use_internal_errors(false);
return $document;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment