diff --git a/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php b/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php index 956849c..fa14999 100644 --- a/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php +++ b/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php @@ -30,8 +30,7 @@ protected function setDatabaseDumpFiles() { * Tests that the content and configuration were properly updated. */ public function testUpdatedSite() { - // @todo there are no updates to run. - //$this->runUpdates(); + $this->runUpdates(); $spanish = \Drupal::languageManager()->getLanguage('es'); diff --git a/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php b/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php index 47e70b1..61e1966 100644 --- a/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php +++ b/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php @@ -57,8 +57,7 @@ public function testDatabaseLoaded() { $this->assertEqual($existing_updates[$expected_update], 1, new FormattableMarkup("@expected_update exists in 'existing_updates' key and only appears once.", ['@expected_update' => $expected_update])); } - // @todo there are no updates to run. - // $this->runUpdates(); + $this->runUpdates(); $this->assertEqual(\Drupal::config('system.site')->get('name'), 'Site-Install'); $this->drupalGet(''); $this->assertText('Site-Install');