7 calls to MigrateSourceTest::getSource() in Drupal 8
- MigrateSourceTest::testCount in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - Test that the source count is correct.
- MigrateSourceTest::testCountCacheKey in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - Test that the key can be set for the count cache.
- MigrateSourceTest::testHighwaterTrackChangesIncompatible in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - @covers ::__construct
- MigrateSourceTest::testNewHighwater in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - Test that a highwater mark newer than our saved one imports a row.
- MigrateSourceTest::testNextNeedsUpdate in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - Test that $row->needsUpdate() works as expected.
- MigrateSourceTest::testOutdatedHighwater in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - Test that an outdated highwater mark does not cause a row to be imported.
- MigrateSourceTest::testPrepareRowFalse in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - Test that we don't get a row if prepareRow() is false.