Skip to content
Snippets Groups Projects
Commit bd2f7b07 authored by Mike Ryan's avatar Mike Ryan Committed by Mike Ryan
Browse files

Issue #2803259 by mikeryan: Fix failing tests

parent 41f9efcf
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\Tests\migrate_plus;
namespace Drupal\Tests\migrate_plus\Kernel;
use Drupal\KernelTests\KernelTestBase;
use Drupal\migrate_plus\Entity\Migration;
......
<?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', [
......
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