From 29a1bf278508c3ea5642fae5121e6985e0066f80 Mon Sep 17 00:00:00 2001
From: Lucas D Hedding <lucashedding@1463982.no-reply.drupal.org>
Date: Fri, 3 Jan 2020 09:15:28 -0600
Subject: [PATCH] fix namespace error in test

---
 .../Kernel/Plugin/migrate_plus/data_parser/SimpleXmlTest.php    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/Kernel/Plugin/migrate_plus/data_parser/SimpleXmlTest.php b/tests/src/Kernel/Plugin/migrate_plus/data_parser/SimpleXmlTest.php
index e70f55c1..dd6e650b 100644
--- a/tests/src/Kernel/Plugin/migrate_plus/data_parser/SimpleXmlTest.php
+++ b/tests/src/Kernel/Plugin/migrate_plus/data_parser/SimpleXmlTest.php
@@ -3,7 +3,7 @@
 namespace Drupal\Tests\migrate_plus\Kernel\Plugin\migrate_plus\data_parser;
 
 use Drupal\KernelTests\KernelTestBase;
-use Drupal\Migrate\MigrateException;
+use Drupal\migrate\MigrateException;
 
 /**
  * Test of the data_parser SimpleXml migrate_plus plugin.
-- 
GitLab