protected function IdConflictTest::getEntityCounts 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::getEntityCounts()
- 8 core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\IdConflictTest::getEntityCounts()
Same name and namespace in other branches
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\IdConflictTest::getEntityCounts()
Gets the expected number of entities per entity type after migration.
Return value
int[] An array of expected counts keyed by entity type ID.
Overrides MigrateUpgradeTestBase::getEntityCounts
File
- core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ IdConflictTest.php, line 49
Class
- IdConflictTest
- Tests Drupal 6 Id Conflict page.
Namespace
Drupal\Tests\migrate_drupal_ui\Functional\d6Code
protected function getEntityCounts() {
}