protected function MultilingualReviewPageTestBase::getEntityCounts in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php \Drupal\Tests\migrate_drupal_ui\Functional\MultilingualReviewPageTestBase::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/ MultilingualReviewPageTestBase.php, line 156
Class
- MultilingualReviewPageTestBase
- Provides a base class for testing the review step of the Upgrade form.
Namespace
Drupal\Tests\migrate_drupal_ui\FunctionalCode
protected function getEntityCounts() {
return [];
}