Issue #3030929 by kiwimind, Kavichandran P, c.nish2k3, quietone: User migrations tests in wrong directory

8.7.x
Gábor Hojtsy 2019-02-25 20:44:20 +01:00
parent b6a1e2947a
commit bba5f2053a
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d6;
use Drupal\Core\Entity\Entity\EntityViewDisplay;
use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d6;
use Drupal\Core\Entity\Entity\EntityFormDisplay;
use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d6;
use Drupal\field\Entity\FieldConfig;
use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d6;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d7;
use Drupal\Core\Entity\Entity\EntityViewDisplay;
use Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d7;
use Drupal\Core\Entity\Entity\EntityFormDisplay;
use Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d7;
use Drupal\Core\Field\FieldConfigInterface;
use Drupal\field\Entity\FieldConfig;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d7;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\field\FieldStorageConfigInterface;