You are here

namespace Drupal\Tests\migrate\Unit in Drupal 8

Same name in other branches
  1. 9 Drupal\Tests\migrate\Unit
Classsort descending Location Description
MigrateExecutableMemoryExceededTest core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Tests the \Drupal\migrate\MigrateExecutable::memoryExceeded() method.
MigrateExecutableTest core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php @coversDefaultClass \Drupal\migrate\MigrateExecutable @group migrate
MigrateLookupTest core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Provides unit testing for the migration lookup service.
MigrateNullIdMapTest core/modules/migrate/tests/src/Unit/MigrateNullIdMapTest.php Tests the NULL ID map plugin.
MigrateSourceTest core/modules/migrate/tests/src/Unit/MigrateSourceTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\source\SourcePluginBase @group migrate
MigrateSqlIdMapEnsureTablesTest core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the SQL ID map plugin ensureTables() method.
MigrateSqlIdMapTest core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the SQL ID map plugin.
MigrateSqlSourceTestCase core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php Base class for Migrate module source unit tests.
MigrateStubTest core/modules/migrate/tests/src/Unit/MigrateStubTest.php Tests the migrate stub service.
MigrateTestCase core/modules/migrate/tests/src/Unit/MigrateTestCase.php Provides setup and helper methods for Migrate module tests.
MigrationPluginManagerTest core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php @coversDefaultClass \Drupal\migrate\Plugin\MigrationPluginManager @group migrate
MigrationTest core/modules/migrate/tests/src/Unit/MigrationTest.php @coversDefaultClass \Drupal\migrate\Plugin\Migration
RequirementsAwareDestinationInterface core/modules/migrate/tests/src/Unit/MigrationTest.php Defines the RequirementsAwareDestinationInterface.
RequirementsAwareSourceInterface core/modules/migrate/tests/src/Unit/MigrationTest.php Defines the RequirementsAwareSourceInterface.
RowTest core/modules/migrate/tests/src/Unit/RowTest.php @coversDefaultClass \Drupal\migrate\Row @group migrate
SqlBaseTest core/modules/migrate/tests/src/Unit/SqlBaseTest.php Tests the SqlBase class.
StubSourceGeneratorPlugin core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Stubbed source plugin with a generator as iterator. Also it overwrites the $skipCount, $cacheCounts and $trackChanges properties.
StubSourcePlugin core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Stubbed source plugin for testing base class implementations.
TestMigrateExecutable core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Tests MigrateExecutable.
TestMigration core/modules/migrate/tests/src/Unit/MigrationTest.php Defines the TestMigration class.
TestMigrationMock core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php A mock migration plugin.
TestSqlBase core/modules/migrate/tests/src/Unit/SqlBaseTest.php Creates a base source class for SQL migration testing.
TestSqlIdMap core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Defines a SQL ID map for use in tests.