namespace Drupal\Tests\migrate\Unit
Same name in other branches
Object name | File name | Summary |
---|---|---|
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. |
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. |
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 | Defines a stubbed source plugin with a generator as iterator. |
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.