You are here

6 calls to MigrateExecutableTest::getMockSource() in Drupal 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 thrown MigrateException.
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 thrown MigrateException.