diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php index 5a5ced01e4..c6cd858508 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php @@ -6,7 +6,7 @@ use Drupal\migrate\Audit\AuditResult; use Drupal\migrate\Audit\IdAuditor; use Drupal\node\Entity\Node; -use Drupal\Tests\migrate_drupal\Kernel\CreateTestContentEntitiesTrait; +use Drupal\Tests\migrate_drupal\Traits\CreateTestContentEntitiesTrait; /** * Tests the migration auditor for ID conflicts. diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php index 526a38e10a..8a2431e957 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php @@ -6,7 +6,7 @@ use Drupal\migrate\Audit\AuditResult; use Drupal\migrate\Audit\IdAuditor; use Drupal\node\Entity\Node; -use Drupal\Tests\migrate_drupal\Kernel\CreateTestContentEntitiesTrait; +use Drupal\Tests\migrate_drupal\Traits\CreateTestContentEntitiesTrait; /** * Tests the migration auditor for ID conflicts. diff --git a/core/modules/migrate_drupal/tests/src/CreateTestContentEntitiesTrait.php b/core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php similarity index 98% rename from core/modules/migrate_drupal/tests/src/CreateTestContentEntitiesTrait.php rename to core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php index 877d338f1e..db720e8cb7 100644 --- a/core/modules/migrate_drupal/tests/src/CreateTestContentEntitiesTrait.php +++ b/core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php @@ -1,6 +1,6 @@