correct load-only DOMDocument constructor in test
This commit is contained in:
parent
32efbd3edd
commit
47c72e583e
@ -153,7 +153,7 @@ class XmlMappingDriverTest extends AbstractMappingDriverTest
|
||||
public function testValidateXmlSchema($xmlMappingFile)
|
||||
{
|
||||
$xsdSchemaFile = __DIR__ . '/../../../../../doctrine-mapping.xsd';
|
||||
$dom = new \DOMDocument('UTF-8');
|
||||
$dom = new \DOMDocument();
|
||||
|
||||
$dom->load($xmlMappingFile);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user