You are here

6 calls to MigrateExecutableTest::getMockSource() in Zircon Profile 8

MigrateExecutableTest::testImportWithValidRow in core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowNoDestinationValues in core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException in core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
Tests the import method with a MigrateException being thrown from the destination.
MigrateExecutableTest::testImportWithValidRowWithException in core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
Tests the import method with a regular Exception being thrown.
MigrateExecutableTest::testImportWithValidRowWithoutDestinationId in core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException in core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
Tests the import method with a MigrateException being thrown from a process plugin.