| MigrateSqlIdMapTest::testGetHighestIdInvalid |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests getHighestId method with invalid data. |
| MigrateSqlIdMapTest::testGetMigrationPluginManagerDeprecation |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests deprecation message from Sql::getMigrationPluginManager(). |
| MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the getQualifiedMapTable method with a prefixed database. |
| MigrateSqlIdMapTest::testGetRowByDestination |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the getRowByDestination method. |
| MigrateSqlIdMapTest::testGetRowBySource |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the getRowBySource method. |
| MigrateSqlIdMapTest::testGetRowsNeedingUpdate |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the getRowsNeedingUpdate method for rows that need an update. |
| MigrateSqlIdMapTest::testImportedCount |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the imported count method. |
| MigrateSqlIdMapTest::testIterators |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests all the iterator methods in one swing. |
| MigrateSqlIdMapTest::testLookupDestinationIdMapping |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Performs destination ID test on source and destination fields. |
| MigrateSqlIdMapTest::testLookupDestinationIds |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests lookupDestinationIds(). |
| MigrateSqlIdMapTest::testLookupSourceIdMapping |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Performs the source ID test on source and destination fields. |
| MigrateSqlIdMapTest::testLookupSourceIdMappingNonSqlCharacters |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Performs the source ID test on source and destination fields. |
| MigrateSqlIdMapTest::testMapTableCreation |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the delayed creation of the "map" and "message" migrate tables. |
| MigrateSqlIdMapTest::testMessageCount |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the SQL ID map message count method by counting and saving messages. |
| MigrateSqlIdMapTest::testMessageSave |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the SQL ID map save message method. |
| MigrateSqlIdMapTest::testPrepareUpdate |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests prepareUpdate(). |
| MigrateSqlIdMapTest::testProcessedCount |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the number of processed source rows. |
| MigrateSqlIdMapTest::testSaveIdMapping |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the ID mapping method. |
| MigrateSqlIdMapTest::testSetMessage |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the SQL ID map set message method. |
| MigrateSqlIdMapTest::testSetUpdate |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests setting a row source_row_status to STATUS_NEEDS_UPDATE. |
| MigrateSqlIdMapTest::testUpdateCount |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Performs the update count test with a given number of update rows. |
| MigrateSqlIdMapTest::updateCountDataProvider |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Data provider for testUpdateCount(). |
| MigrateSqlSourceCountCacheTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php |
Tests SqlBase source count caching. |
| MigrateSqlSourceCountCacheTest.php |
file |
core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php |
|
| MigrateSqlSourceCountCacheTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php |
|
| MigrateSqlSourceCountCacheTest::providerSource |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php |
|
| MigrateSqlSourceTestBase |
class |
core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php |
Base class for tests of Migrate source plugins that use a database. |
| MigrateSqlSourceTestBase.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php |
|
| MigrateSqlSourceTestBase::getDatabase |
function |
core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php |
Builds an in-memory SQLite database from a set of source data. |
| MigrateSqlSourceTestBase::register |
function |
core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php |
|
| MigrateSqlSourceTestBase::testSource |
function |
core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php |
Tests the source plugin against a particular data set. |
| MigrateStatisticsConfigsTest |
class |
core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php |
Upgrade variables to statistics.settings.yml. |
| MigrateStatisticsConfigsTest |
class |
core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php |
Upgrade variables to statistics.settings.yml. |
| MigrateStatisticsConfigsTest.php |
file |
core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php |
|
| MigrateStatisticsConfigsTest.php |
file |
core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php |
|
| MigrateStatisticsConfigsTest::$modules |
property |
core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php |
|
| MigrateStatisticsConfigsTest::$modules |
property |
core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php |
|
| MigrateStatisticsConfigsTest::getFixtureFilePath |
function |
core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php |
Gets the path to the fixture file. |
| MigrateStatisticsConfigsTest::getFixtureFilePath |
function |
core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php |
Gets the path to the fixture file. |
| MigrateStatisticsConfigsTest::setUp |
function |
core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php |
|
| MigrateStatisticsConfigsTest::setUp |
function |
core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php |
|
| MigrateStatisticsConfigsTest::testStatisticsSettings |
function |
core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php |
Tests migration of statistics variables to statistics.settings.yml. |
| MigrateStatisticsConfigsTest::testStatisticsSettings |
function |
core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php |
Tests migration of statistics variables to statistics.settings.yml. |
| MigrateStatusTest |
class |
core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php |
Tests migration status tracking. |
| MigrateStatusTest.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php |
|
| MigrateStatusTest::testStatus |
function |
core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php |
Tests different connection types. |
| MigrateStub |
class |
core/modules/migrate/src/MigrateStub.php |
Provides the migrate stubbing service. |
| MigrateStub.php |
file |
core/modules/migrate/src/MigrateStub.php |
|
| MigrateStub::$migrationPluginManager |
property |
core/modules/migrate/src/MigrateStub.php |
The migration plugin manager. |
| MigrateStub::createStub |
function |
core/modules/migrate/src/MigrateStub.php |
Creates a stub. |