Skip to content
Snippets Groups Projects
Unverified Commit 0e15a13e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3049685 by claudiu.cristea, martin107: Move MigrateNodeRevisionTest &...

Issue #3049685 by claudiu.cristea, martin107: Move MigrateNodeRevisionTest & NodeMigrateDeriverTest under the Kernel tests namespace
parent 544d0f2f
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\Tests\node\Functional\Migrate\d6;
use Drupal\Tests\node\Kernel\Migrate\d6\MigrateNodeTestBase;
namespace Drupal\Tests\node\Kernel\Migrate\d6;
/**
* Node content revisions migration.
......
<?php
namespace Drupal\Tests\node\Functional\Migrate\d7;
namespace Drupal\Tests\node\Kernel\Migrate\d7;
use Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase;
......
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