| 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. |
| MigrateSqlIdMapEnsureTablesTest::testEnsureTablesExist |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Tests the ensureTables method when the tables exist. |
| MigrateSqlIdMapEnsureTablesTest::testEnsureTablesNotExist |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Tests the ensureTables method when the tables do not exist. |
| MigrateSqlIdMapTest |
class |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the SQL ID map plugin. |
| MigrateSqlIdMapTest.php |
file |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
|
| MigrateSqlIdMapTest::$database |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
The database connection. |
| MigrateSqlIdMapTest::$destinationIds |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
The destination IDs. |
| MigrateSqlIdMapTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
The migration configuration, initialized to set the ID and destination IDs. |
| MigrateSqlIdMapTest::$sourceIds |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
The source IDs. |
| MigrateSqlIdMapTest::errorCountDataProvider |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Data provider for testErrorCount(). |
| MigrateSqlIdMapTest::getHighestIdDataProvider |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Data provider for getHighestId(). |
| MigrateSqlIdMapTest::getHighestIdInvalidDataProvider |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Data provider for testGetHighestIdInvalid(). |
| MigrateSqlIdMapTest::getIdMap |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Creates a test SQL ID map plugin. |
| MigrateSqlIdMapTest::getIdMapContents |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Retrieves the contents of an ID map. |
| MigrateSqlIdMapTest::idMapDefaults |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Sets defaults for SQL ID map plugin tests. |
| MigrateSqlIdMapTest::lookupDestinationIdMappingDataProvider |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Data provider for testLookupDestinationIdMapping(). |
| MigrateSqlIdMapTest::lookupSourceIdMappingDataProvider |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Data provider for testLookupSourceIdMapping(). |
| MigrateSqlIdMapTest::saveMap |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Saves a single ID mapping row in the database. |
| MigrateSqlIdMapTest::setUp |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
|
| MigrateSqlIdMapTest::setupRows |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Setup a database with the given rows. |
| MigrateSqlIdMapTest::testClearMessages |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the clear messages method. |
| MigrateSqlIdMapTest::testCurrentDestinationAndSource |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests currentDestination() and currentSource(). |
| MigrateSqlIdMapTest::testDestroy |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the destroy method. |
| MigrateSqlIdMapTest::testErrorCount |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Performs error count test with a given number of error rows. |
| MigrateSqlIdMapTest::testGetHighestId |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests getHighestId method. |
| MigrateSqlIdMapTest::testGetHighestIdInvalid |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests getHighestId method with invalid data. |
| MigrateSqlIdMapTest::testGetMessageIterator |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the SQL ID map get message iterator method. |
| 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::testLookupDestinationId |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests lookupDestinationId(). |
| 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::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(). |