| MigrateShortcutTest::assertEntity |
function |
core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php |
Asserts various aspects of a shortcut entity. |
| MigrateShortcutTest::setUp |
function |
core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php |
|
| MigrateShortcutTest::testShortcutMigration |
function |
core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php |
Tests the shortcut migration. |
| MigrateSkipAllRowsTestHooks |
class |
core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php |
Hook implementations for migrate_skip_all_rows_test. |
| MigrateSkipAllRowsTestHooks.php |
file |
core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php |
|
| MigrateSkipAllRowsTestHooks::migratePrepareRow |
function |
core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php |
Implements hook_migrate_prepare_row(). |
| MigrateSkipProcessExceptionTest |
class |
core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php |
Tests deprecation error on MigrateSkipProcessException. |
| MigrateSkipProcessExceptionTest.php |
file |
core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php |
|
| MigrateSkipProcessExceptionTest::testDeprecation |
function |
core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php |
Tests a deprecation error is triggered on throw. |
| MigrateSkipRowTest |
class |
core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php |
Tests row skips triggered during hook_migrate_prepare_row(). |
| MigrateSkipRowTest.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php |
|
| MigrateSkipRowTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php |
Modules to install. |
| MigrateSkipRowTest::testPrepareRowSkip |
function |
core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php |
Tests migration interruptions. |
| MigrateSourceDiscoveryTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php |
Tests discovery of source plugins with annotations. |
| MigrateSourceDiscoveryTest.php |
file |
core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php |
|
| MigrateSourceDiscoveryTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php |
Modules to install. |
| MigrateSourceDiscoveryTest::testAnnotationGetDefinitionsBackwardsCompatibility |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php |
Tests annotation get definitions backwards compatibility. |
| MigrateSourceDiscoveryTest::testGetDefinitions |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php |
Tests get definitions. |
| MigrateSourceTest |
class |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests Drupal\migrate\Plugin\migrate\source\SourcePluginBase. |
| MigrateSourceTest.php |
file |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
|
| MigrateSourceTest::$defaultMigrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Override the migration config. |
| MigrateSourceTest::$executable |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
The migrate executable. |
| MigrateSourceTest::$migration |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
The migration entity. |
| MigrateSourceTest::$row |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Test row data. |
| MigrateSourceTest::$sourceIds |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Test source ids. |
| MigrateSourceTest::getMigrateExecutable |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Gets a mock executable for the test. |
| MigrateSourceTest::getSource |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Gets the source plugin to test. |
| MigrateSourceTest::testCount |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that the source count is correct. |
| MigrateSourceTest::testCountCacheKey |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that the key can be set for the count cache. |
| MigrateSourceTest::testDefaultPropertiesValues |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that default values are preserved for several source methods. |
| MigrateSourceTest::testHighwaterTrackChangesIncompatible |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests highwater track changes incompatible. |
| MigrateSourceTest::testNewHighwater |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that a highwater mark newer than our saved one imports a row. |
| MigrateSourceTest::testNextNeedsUpdate |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that $row->needsUpdate() works as expected. |
| MigrateSourceTest::testOutdatedHighwater |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that an outdated highwater mark does not cause a row to be imported. |
| MigrateSourceTest::testPrepareRow |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests basic row preparation. |
| MigrateSourceTest::testPrepareRowFalse |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that we don't get a row if prepareRow() is false. |
| MigrateSourceTest::testPrepareRowGlobalPrepareSkip |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that global prepare hooks can skip rows. |
| MigrateSourceTest::testPrepareRowMigratePrepareSkip |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that migrate specific prepare hooks can skip rows. |
| MigrateSourceTest::testPrepareRowPrepareException |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests that a skip exception during prepare hooks correctly skips. |
| MigrateSourceTest::testPreRollback |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Tests pre rollback. |
| MigrateSourceTestBase |
class |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
Base class for tests of Migrate source plugins. |
| MigrateSourceTestBase.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
|
| MigrateSourceTestBase::$migration |
property |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
The mocked migration. |
| MigrateSourceTestBase::$modules |
property |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
Modules to install. |
| MigrateSourceTestBase::$plugin |
property |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
The source plugin under test. |
| MigrateSourceTestBase::getPlugin |
function |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
Instantiates the source plugin under test. |
| MigrateSourceTestBase::getPluginClass |
function |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
Determines the plugin to be tested. |
| MigrateSourceTestBase::migratePrepareRow |
function |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
Implements hook_migrate_prepare_row(). |
| MigrateSourceTestBase::providerSource |
function |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
Provides source data for ::testSource. |
| MigrateSourceTestBase::setUp |
function |
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php |
|