Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateSourceTest::testPrepareRowFalse | function | core/ |
Tests that we don't get a row if prepareRow() is false. |
| MigrateSourceTest::testPrepareRowGlobalPrepareSkip | function | core/ |
Tests that global prepare hooks can skip rows. |
| MigrateSourceTest::testPrepareRowMigratePrepareSkip | function | core/ |
Tests that migrate specific prepare hooks can skip rows. |
| MigrateSourceTest::testPrepareRowPrepareException | function | core/ |
Tests that a skip exception during prepare hooks correctly skips. |
| MigrateSourceTestBase | class | core/ |
Base class for tests of Migrate source plugins. |
| MigrateSourceTestBase.php | file | core/ |
|
| MigrateSourceTestBase::$migration | property | core/ |
The mocked migration. |
| MigrateSourceTestBase::$modules | property | core/ |
|
| MigrateSourceTestBase::$plugin | property | core/ |
The source plugin under test. |
| MigrateSourceTestBase::getPlugin | function | core/ |
Instantiates the source plugin under test. |
| MigrateSourceTestBase::getPluginClass | function | core/ |
Determines the plugin to be tested by reading the class @covers annotation. |
| MigrateSourceTestBase::providerSource | function | core/ |
The data provider. |
| MigrateSourceTestBase::setUp | function | core/ |
|
| MigrateSourceTestBase::testSource | function | core/ |
Tests the source plugin against a particular data set. |
| MigrateSqlIdMapEnsureTablesTest | class | core/ |
Tests the SQL ID map plugin ensureTables() method. |
| MigrateSqlIdMapEnsureTablesTest.php | file | core/ |
|
| MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration | property | core/ |
The migration configuration, initialized to set the ID and destination IDs. |
| MigrateSqlIdMapEnsureTablesTest::runEnsureTablesTest | function | core/ |
Actually run the test. |
| MigrateSqlIdMapEnsureTablesTest::testEnsureTablesExist | function | core/ |
Tests the ensureTables method when the tables exist. |
| MigrateSqlIdMapEnsureTablesTest::testEnsureTablesNotExist | function | core/ |
Tests the ensureTables method when the tables do not exist. |
| MigrateSqlIdMapTest | class | core/ |
Tests the SQL ID map plugin. |
| MigrateSqlIdMapTest.php | file | core/ |
|
| MigrateSqlIdMapTest::$database | property | core/ |
The database connection. |
| MigrateSqlIdMapTest::$destinationIds | property | core/ |
The destination IDs. |
| MigrateSqlIdMapTest::$migrationConfiguration | property | core/ |
The migration configuration, initialized to set the ID and destination IDs. |
| MigrateSqlIdMapTest::$sourceIds | property | core/ |
The source IDs. |
| MigrateSqlIdMapTest::errorCountDataProvider | function | core/ |
Data provider for testErrorCount(). |
| MigrateSqlIdMapTest::getHighestIdDataProvider | function | core/ |
Data provider for getHighestId(). |
| MigrateSqlIdMapTest::getHighestIdInvalidDataProvider | function | core/ |
Data provider for testGetHighestIdInvalid(). |
| MigrateSqlIdMapTest::getIdMap | function | core/ |
Creates a test SQL ID map plugin. |
| MigrateSqlIdMapTest::getIdMapContents | function | core/ |
Retrieves the contents of an ID map. |
| MigrateSqlIdMapTest::idMapDefaults | function | core/ |
Sets defaults for SQL ID map plugin tests. |
| MigrateSqlIdMapTest::lookupDestinationIdMappingDataProvider | function | core/ |
Data provider for testLookupDestinationIdMapping(). |
| MigrateSqlIdMapTest::lookupSourceIdMappingDataProvider | function | core/ |
Data provider for testLookupSourceIdMapping(). |
| MigrateSqlIdMapTest::saveMap | function | core/ |
Saves a single ID mapping row in the database. |
| MigrateSqlIdMapTest::setUp | function | core/ |
|
| MigrateSqlIdMapTest::setupRows | function | core/ |
Setup a database with the given rows. |
| MigrateSqlIdMapTest::testClearMessages | function | core/ |
Tests the clear messages method. |
| MigrateSqlIdMapTest::testCurrentDestinationAndSource | function | core/ |
Tests currentDestination() and currentSource(). |
| MigrateSqlIdMapTest::testDestroy | function | core/ |
Tests the destroy method. |
| MigrateSqlIdMapTest::testErrorCount | function | core/ |
Performs error count test with a given number of error rows. |
| MigrateSqlIdMapTest::testGetHighestId | function | core/ |
Tests getHighestId method. |
| MigrateSqlIdMapTest::testGetHighestIdInvalid | function | core/ |
Tests getHighestId method with invalid data. |
| MigrateSqlIdMapTest::testGetMigrationPluginManagerDeprecation | function | core/ |
Tests deprecation message from Sql::getMigrationPluginManager(). |
| MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix | function | core/ |
Tests the getQualifiedMapTable method with a prefixed database. |
| MigrateSqlIdMapTest::testGetRowByDestination | function | core/ |
Tests the getRowByDestination method. |
| MigrateSqlIdMapTest::testGetRowBySource | function | core/ |
Tests the getRowBySource method. |
| MigrateSqlIdMapTest::testGetRowsNeedingUpdate | function | core/ |
Tests the getRowsNeedingUpdate method for rows that need an update. |
| MigrateSqlIdMapTest::testImportedCount | function | core/ |
Tests the imported count method. |
| MigrateSqlIdMapTest::testIterators | function | core/ |
Tests all the iterator methods in one swing. |
Pagination
- Previous page
- Page 852
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.