You are here

namespace Drupal\Tests\migrate\Unit in Zircon Profile 8

Same name in other branches
  1. 8.0 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\Tests\migrate\Unit\MigrateExecutableTest @group migrate
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.
MigrateTestCase core/modules/migrate/tests/src/Unit/MigrateTestCase.php Provides setup and helper methods for Migrate module tests.
MigrationStorageTest core/modules/migrate/tests/src/Unit/MigrationStorageTest.php @coversDefaultClass \Drupal\migrate\MigrationStorage @group migrate
MigrationTest core/modules/migrate/tests/src/Unit/MigrationTest.php @coversDefaultClass \Drupal\migrate\Entity\Migration @group Migration
RequirementsAwareDestinationInterface core/modules/migrate/tests/src/Unit/MigrationTest.php
RequirementsAwareSourceInterface core/modules/migrate/tests/src/Unit/MigrationTest.php
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.
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
TestMigrationStorage core/modules/migrate/tests/src/Unit/MigrationStorageTest.php Test version of \Drupal\migrate\MigrationStorage.
TestSqlBase core/modules/migrate/tests/src/Unit/SqlBaseTest.php
TestSqlIdMap core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Defines a SQL ID map for use in tests.