From 8c6c65210758328d3d0ab73acb9ef82f20fe97e7 Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 28 Aug 2015 23:40:35 -0700 Subject: [PATCH] Issue #2554993 by anavarre: Fix typo in UpdateTestBase.php --- core/modules/update/src/Tests/UpdateTestBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/update/src/Tests/UpdateTestBase.php b/core/modules/update/src/Tests/UpdateTestBase.php index 33ee105d87f..faec49647ce 100644 --- a/core/modules/update/src/Tests/UpdateTestBase.php +++ b/core/modules/update/src/Tests/UpdateTestBase.php @@ -35,7 +35,7 @@ abstract class UpdateTestBase extends WebTestBase { // Change the root path which Update Manager uses to install and update // projects to be inside the testing site directory. See - // \Drupal\updateUpdateRootFactory::get() for equivalent changes to the + // \Drupal\update\UpdateRootFactory::get() for equivalent changes to the // test child site. $request = \Drupal::request(); $update_root = $this->container->get('update.root') . '/' . DrupalKernel::findSitePath($request);