| MigrateTermNodeCompleteTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeCompleteTest.php |
Modules to install. |
| MigrateTermNodeCompleteTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeCompleteTest.php |
|
| MigrateTermNodeCompleteTest::testTermNode |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeCompleteTest.php |
Tests the Drupal 6 term-node association to Drupal 8 migration. |
| MigrateTermNodeRevisionTest |
class |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php |
Upgrade taxonomy term node associations. |
| MigrateTermNodeRevisionTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php |
|
| MigrateTermNodeRevisionTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php |
Modules to install. |
| MigrateTermNodeRevisionTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php |
|
| MigrateTermNodeRevisionTest::testTermRevisionNode |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php |
Tests the Drupal 6 term-node revision association to Drupal 8 migration. |
| MigrateTermNodeTest |
class |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php |
Upgrade taxonomy term node associations. |
| MigrateTermNodeTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php |
|
| MigrateTermNodeTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php |
Modules to install. |
| MigrateTermNodeTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php |
|
| MigrateTermNodeTest::testSkipNonExistentNode |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php |
Tests that term relationships are ignored for un-migrated nodes. |
| MigrateTermNodeTest::testTermNode |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php |
Tests the Drupal 6 term-node association to Drupal 8 migration. |
| MigrateTermNodeTranslationTest |
class |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php |
Upgrade taxonomy term node associations. |
| MigrateTermNodeTranslationTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php |
|
| MigrateTermNodeTranslationTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php |
Modules to install. |
| MigrateTermNodeTranslationTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php |
|
| MigrateTermNodeTranslationTest::testTermNode |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php |
Tests the Drupal 6 term-node association to Drupal 8 migration. |
| MigrateTestBase |
class |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Creates abstract base class for migration tests. |
| MigrateTestBase.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
|
| MigrateTestBase::$collectMessages |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
TRUE to collect messages instead of displaying them. |
| MigrateTestBase::$logger |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
A logger prophecy object. |
| MigrateTestBase::$migrateMessages |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
A two dimensional array of messages. |
| MigrateTestBase::$migration |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
The primary migration being tested. |
| MigrateTestBase::$modules |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
|
| MigrateTestBase::$sourceDatabase |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
The source database connection. |
| MigrateTestBase::cleanupMigrateConnection |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Cleans up the test migrate connection. |
| MigrateTestBase::createMigrationConnection |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Changes the database connection to the prefixed one. |
| MigrateTestBase::display |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
|
| MigrateTestBase::executeMigration |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Executes a single migration. |
| MigrateTestBase::executeMigrations |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Executes a set of migrations in dependency order. |
| MigrateTestBase::getMigration |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Gets the migration plugin. |
| MigrateTestBase::mockFailure |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Records a failure in the map table of a specific migration. |
| MigrateTestBase::prepareMigration |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Modify a migration's configuration before executing it. |
| MigrateTestBase::prepareMigrations |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Prepare any dependent migrations. |
| MigrateTestBase::setTestLogger |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Injects the test logger into the container. |
| MigrateTestBase::setUp |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
|
| MigrateTestBase::startCollectingMessages |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Start collecting messages and erase previous messages. |
| MigrateTestBase::stopCollectingMessages |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Stop collecting messages. |
| MigrateTestBase::tearDown |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
|
| MigrateTestCase |
class |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Provides setup and helper methods for Migrate module tests. |
| MigrateTestCase.php |
file |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
|
| MigrateTestCase::$idMap |
property |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
The migration ID map. |
| MigrateTestCase::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
An array of migration configuration values. |
| MigrateTestCase::$migrationStatus |
property |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Local store for mocking setStatus()/getStatus(). |
| MigrateTestCase::createSchemaFromRow |
function |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Generates a table schema from a row. |
| MigrateTestCase::getDatabase |
function |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Gets an SQLite database connection object for use in tests. |
| MigrateTestCase::getMigration |
function |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Retrieves a mocked migration. |
| MigrateTestCase::getValue |
function |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Gets the value on a row for a given key. |