From 1d24d5282261981035d681f7f72432598ef8f4bc Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Thu, 27 Oct 2016 21:13:16 -0700
Subject: [PATCH] Issue #2783075 by claudiu.cristea: Followup: Add a "download"
 process plugin, remove remote capability from FileCopy

---
 .../migrate/tests/src/{Unit => Kernel}/process/DownloadTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename core/modules/migrate/tests/src/{Unit => Kernel}/process/DownloadTest.php (98%)

diff --git a/core/modules/migrate/tests/src/Unit/process/DownloadTest.php b/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
similarity index 98%
rename from core/modules/migrate/tests/src/Unit/process/DownloadTest.php
rename to core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
index e4de42e5b683..69e3aa002460 100644
--- a/core/modules/migrate/tests/src/Unit/process/DownloadTest.php
+++ b/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\Tests\migrate\Unit\process;
+namespace Drupal\Tests\migrate\Kernel\process;
 
 use Drupal\Core\StreamWrapper\StreamWrapperInterface;
 use Drupal\KernelTests\Core\File\FileTestBase;
-- 
GitLab