11 calls to MigrationLookupTestCase::prepareContainer() in Drupal 8
- LegacyMigrationLookupTest::testCreateStubRow in core/
modules/ migrate/ tests/ src/ Unit/ process/ LegacyMigrationLookupTest.php - Tests ::createStubRow()
- MigrationLookupTest::testMultipleSourceIds in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationLookupTest.php - Tests processing multiple source IDs.
- MigrationLookupTest::testNoSkipValid in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationLookupTest.php - Test that valid, but technically empty values are not skipped.
- MigrationLookupTest::testSkipInvalid in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationLookupTest.php - Tests that processing is skipped when the input value is invalid.
- MigrationLookupTest::testSuccessfulLookup in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationLookupTest.php - Tests a successful lookup.
- MigrationLookupTest::testTransformWithStubbing in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationLookupTest.php - @covers ::transform
- MigrationLookupTest::testTransformWithStubSkipping in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationLookupTest.php - @covers ::transform
- MigrationTest::testSkipOnEmpty in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationTest.php - Tests that processing is skipped when the input value is empty.
- MigrationTest::testSuccessfulLookup in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationTest.php - Tests a successful lookup.
- MigrationTest::testTransformWithStubbing in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationTest.php - Tests a lookup with stubbing.
- MigrationTest::testTransformWithStubSkipping in core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationTest.php - Tests a lookup with no stubbing.