Skip to content
Snippets Groups Projects
Unverified Commit c5187032 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2936002 by RytoEX, quietone: Docs fix in MigrateUpgradeForm

parent 48726e69
Branches
Tags
Loading
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment