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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?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