commit 37ccc7876b69d10b01723df6937c5d339fa89293 Author: Joel Pittet Date: Mon Aug 10 22:01:09 2015 -0700 extra words diff --git a/core/modules/update/src/Tests/UpdateUploadTest.php b/core/modules/update/src/Tests/UpdateUploadTest.php index 5453388..baf46e9 100644 --- a/core/modules/update/src/Tests/UpdateUploadTest.php +++ b/core/modules/update/src/Tests/UpdateUploadTest.php @@ -83,7 +83,7 @@ public function testUploadModule() { $this->assertLinkByHref(Url::fromRoute('system.modules_list')->toString()); $this->assertLink(t('Administration pages')); $this->assertLinkByHref(Url::fromRoute('system.admin')->toString()); - // Ensure we can reach the "Install another module" module link. + // Ensure we can reach the "Install another module" link. $this->clickLink(t('Install another module')); $this->assertResponse(200); $this->assertUrl('admin/modules/install');