protected function IdConflictTest::getEntityCountsIncremental in Drupal 8
Same name in this branch
- 8 core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\IdConflictTest::getEntityCountsIncremental()
- 8 core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\IdConflictTest::getEntityCountsIncremental()
Same name and namespace in other branches
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\IdConflictTest::getEntityCountsIncremental()
- 10 core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\IdConflictTest::getEntityCountsIncremental()
Gets expected number of entities per entity after incremental migration.
Return value
int[] An array of expected counts keyed by entity type ID.
Overrides MigrateUpgradeTestBase::getEntityCountsIncremental
File
- core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ IdConflictTest.php, line 57
Class
- IdConflictTest
- Tests Drupal 7 Id Conflict page.
Namespace
Drupal\Tests\migrate_drupal_ui\Functional\d7Code
protected function getEntityCountsIncremental() {
}