Skip to content
Snippets Groups Projects
Commit 3c13a86e authored by Lucas Hedding's avatar Lucas Hedding Committed by Lucas Hedding
Browse files

Issue #3046753 by devarch, heddn: Make XML parser more resilient

parent e5d638d6
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ class SimpleXmlTest extends KernelTestBase {
$url = $this->path . '/tests/data/simple_xml_non_existing.xml';
$this->configuration['urls'][0] = $url;
$this->setExpectedException(MigrateException::class, 'file parser plugin: could not retrieve data from modules/migrate_plus/tests/data/simple_xml_non_existing.xml');
$this->setExpectedException(MigrateException::class, 'file parser plugin: could not retrieve data from modules/contrib/migrate_plus/tests/data/simple_xml_non_existing.xml');
$parser = $this->pluginManager->createInstance('simple_xml', $this->configuration);
$parser->next();
}
......
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