Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate_drupal_ui / src / Tests / MigrateUpgradeTestBase.php
index 0e01c232e7c31f110726398785d5e6972acbbf29..35ea71d309acc5a2196fe37bd68344b0b6cbbe21 100644 (file)
@@ -179,8 +179,8 @@ abstract class MigrateUpgradeTestBase extends WebTestBase {
     $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();