Skip to content
Snippets Groups Projects
Commit e2eebd8e authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix build

parent 0936283e
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@ XMLDOC;
$dom->loadXML($xml, LIBXML_NONET);
$res = XML::isValid($dom, $schema);
$this->assertTrue($res);
$this->assertTrue($res === true);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment