diff --git a/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php b/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php index 0e01c232e7..35ea71d309 100644 --- a/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php +++ b/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php @@ -179,8 +179,8 @@ public function testMigrateUpgrade() { $this->drupalPostForm(NULL, [], t('Perform upgrade')); $this->assertText(t('Congratulations, you upgraded Drupal!')); - // Have to reset all the statics after migration to ensure entities are - // loadable. + // Have to reset all the static caches after migration to ensure entities + // are loadable. $this->resetAll(); $expected_counts = $this->getEntityCounts();