You are here

namespace Drupal\Tests\migrate_plus\Kernel in Migrate Plus 8.5

Same name in other branches
  1. 8.2 Drupal\Tests\migrate_plus\Kernel
  2. 8.3 Drupal\Tests\migrate_plus\Kernel
  3. 8.4 Drupal\Tests\migrate_plus\Kernel
Classsort descending Location Description
EntityLookupAccessTest tests/src/Kernel/EntityLookupAccessTest.php Tests entity lookup access check.
MigrateTableBatchTest tests/src/Kernel/MigrateTableBatchTest.php Verifies all tests pass with batching enabled, uneven batches.
MigrateTableEvenBatchTest tests/src/Kernel/MigrateTableEvenBatchTest.php Verifies all tests pass with batching enabled, even batches.
MigrateTableIncrementBatchTest tests/src/Kernel/MigrateTableIncrementBatchTest.php Verifies all tests pass with batching enabled, uneven batches.
MigrateTableIncrementEvenBatchTest tests/src/Kernel/MigrateTableIncrementEvenBatchTest.php Verifies all tests pass with batching enabled, even batches.
MigrateTableIncrementTest tests/src/Kernel/MigrateTableIncrementTest.php Tests migration destination table with auto-increment keys.
MigrateTableTest tests/src/Kernel/MigrateTableTest.php Tests migration destination table.
MigrationConfigEntityTest tests/src/Kernel/MigrationConfigEntityTest.php Test migration config entity discovery.
MigrationGroupTest tests/src/Kernel/MigrationGroupTest.php Test migration groups.