6 calls to MigrateSourceTest::getSource() in Zircon Profile 8
- MigrateSourceTest::testCount in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - Test that the source count is correct.
- MigrateSourceTest::testHighwaterTrackChangesIncompatible in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - @covers ::__construct @expectedException \Drupal\migrate\MigrateException
- 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.