Skip to content
Snippets Groups Projects
Commit bba5f205 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3030929 by kiwimind, Kavichandran P, c.nish2k3, quietone: User...

Issue #3030929 by kiwimind, Kavichandran P, c.nish2k3, quietone: User migrations tests in wrong directory
parent b6a1e294
No related branches found
No related tags found
No related merge requests found
Showing with 8 additions and 8 deletions
<?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;
......
<?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;
......
<?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;
......
<?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;
......
<?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;
......
<?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;
......
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d7;
use Drupal\Core\Field\FieldConfigInterface;
use Drupal\field\Entity\FieldConfig;
......
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
namespace Drupal\Tests\user\Kernel\Migrate\d7;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\field\FieldStorageConfigInterface;
......
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