| MigrateExecutableMemoryExceededTest::testMemoryExceededNewBatch |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
Tests memoryExceeded method when a new batch is needed. |
| MigrateExecutableMemoryExceededTest::testMemoryNotExceeded |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
Tests memoryExceeded when memory usage is not exceeded. |
| MigrateExecutableTest |
class |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests Drupal\migrate\MigrateExecutable. |
| MigrateExecutableTest |
class |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
Tests the MigrateExecutable class. |
| MigrateExecutableTest.php |
file |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
|
| MigrateExecutableTest.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
|
| MigrateExecutableTest::$eventDispatcher |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
A mocked event dispatcher. |
| MigrateExecutableTest::$executable |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The tested migrate executable. |
| MigrateExecutableTest::$idMapRecords |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Stores ID map records of the ID map plugin from ::getTestRollbackIdMap. |
| MigrateExecutableTest::$message |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The mocked migrate message. |
| MigrateExecutableTest::$migration |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The mocked migration entity. |
| MigrateExecutableTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The migration's configuration values. |
| MigrateExecutableTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
Modules to install. |
| MigrateExecutableTest::getMockSource |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Returns a mock migration source instance. |
| MigrateExecutableTest::getTestRollbackIdMap |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Returns an ID map object prophecy used in ::testRollback. |
| MigrateExecutableTest::providerTestRollback |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Data provider for ::testRollback. |
| MigrateExecutableTest::setUp |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
|
| MigrateExecutableTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
|
| MigrateExecutableTest::testContinuePipeline |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests a plugin which does not stop the pipeline. |
| MigrateExecutableTest::testImportWithFailingRewind |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests an import with an incomplete rewinding. |
| MigrateExecutableTest::testImportWithValidRow |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowNoDestinationValues |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a thrown MigrateException. |
| MigrateExecutableTest::testImportWithValidRowWithException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a regular Exception being thrown. |
| MigrateExecutableTest::testImportWithValidRowWithoutDestinationId |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a thrown MigrateException. |
| MigrateExecutableTest::testMigrateExecutable |
function |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
Tests the MigrateExecutable class. |
| MigrateExecutableTest::testProcessRow |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the processRow method. |
| MigrateExecutableTest::testProcessRowEmptyDestination |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the processRow method. |
| MigrateExecutableTest::testProcessRowEmptyPipeline |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the processRow method with an empty pipeline. |
| MigrateExecutableTest::testProcessRowPipelineException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the processRow pipeline exception. |
| MigrateExecutableTest::testRollback |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests rollback. |
| MigrateExecutableTest::testStopPipeline |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests a plugin which stops the pipeline. |
| MigrateIdMapInterface::getQualifiedMapTableName |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Gets the qualified map table. |
| MigrateImageCacheTest::testMissingTable |
function |
core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php |
Tests that an exception is thrown when ImageCache is not installed. |
| MigrateMessageControllerTest::createMigrateTables |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php |
Creates map and message tables for testing. |
| MigrateMessageControllerTest::createSourceTables |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php |
Create source tables. |
| MigrateMessageTestBase::createTables |
function |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
Creates map and message tables for testing. |
| MigrateNodeCompleteTest::expectedNodeFieldDataTable |
function |
core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php |
Provides the expected node_field_data table. |
| MigrateNodeCompleteTest::expectedNodeFieldDataTable |
function |
core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php |
Provides the expected node_field_data table. |
| MigrateNodeCompleteTest::expectedNodeFieldRevisionTable |
function |
core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php |
Provides the expected node_field_revision table. |
| MigrateNodeCompleteTest::expectedNodeFieldRevisionTable |
function |
core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php |
Provides the expected node_field_revision table. |
| MigrateProcessTestCase::$migrateExecutable |
property |
core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php |
The migration executable or a mock. |
| MigrateSourceInterface::NOT_COUNTABLE |
constant |
core/modules/migrate/src/Plugin/MigrateSourceInterface.php |
Indicates that the source is not countable. |
| MigrateSourceTest::$executable |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
The migrate executable. |
| MigrateSourceTest::getMigrateExecutable |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Gets a mock executable for the test. |
| MigrateSqlIdMapEnsureTablesTest |
class |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Tests the SQL ID map plugin ensureTables() method. |
| MigrateSqlIdMapEnsureTablesTest.php |
file |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
|
| MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
The migration configuration, initialized to set the ID and destination IDs. |
| MigrateSqlIdMapEnsureTablesTest::runEnsureTablesTest |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Actually run the test. |