From bd2f7b07d2ff87c930ca1b1405a57ea898651fe0 Mon Sep 17 00:00:00 2001 From: mikeryan <mikeryan@4420.no-reply.drupal.org> Date: Tue, 20 Sep 2016 14:37:04 -0500 Subject: [PATCH] Issue #2803259 by mikeryan: Fix failing tests --- tests/src/Kernel/MigrationConfigEntityTest.php | 2 +- tests/src/Kernel/MigrationGroupTest.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/src/Kernel/MigrationConfigEntityTest.php b/tests/src/Kernel/MigrationConfigEntityTest.php index b11a14c2..f309df4a 100644 --- a/tests/src/Kernel/MigrationConfigEntityTest.php +++ b/tests/src/Kernel/MigrationConfigEntityTest.php @@ -1,6 +1,6 @@ <?php -namespace Drupal\Tests\migrate_plus; +namespace Drupal\Tests\migrate_plus\Kernel; use Drupal\KernelTests\KernelTestBase; use Drupal\migrate_plus\Entity\Migration; diff --git a/tests/src/Kernel/MigrationGroupTest.php b/tests/src/Kernel/MigrationGroupTest.php index dbfbf47a..42c1f9f8 100644 --- a/tests/src/Kernel/MigrationGroupTest.php +++ b/tests/src/Kernel/MigrationGroupTest.php @@ -1,6 +1,6 @@ <?php -namespace Drupal\Tests\migrate_plus; +namespace Drupal\Tests\migrate_plus\Kernel; use Drupal\KernelTests\KernelTestBase; use Drupal\migrate_plus\Entity\Migration; @@ -49,6 +49,7 @@ class MigrationGroupTest extends KernelTestBase { 'migration_tags' => ['Drupal 7'], // Overrides group. 'destination' => [], 'source' => [], + 'process' => [], 'migration_dependencies' => [], ]); $migration->set('source', [ -- GitLab