Revert:
diff --git a/core/modules/update/src/Tests/UpdateTestBase.php b/core/modules/update/src/Tests/UpdateTestBase.php
index faec496..33ee105 100644
--- a/core/modules/update/src/Tests/UpdateTestBase.php
+++ b/core/modules/update/src/Tests/UpdateTestBase.php
@@ -35,7 +35,7 @@ protected function setUp() {
// Change the root path which Update Manager uses to install and update
// projects to be inside the testing site directory. See
- // \Drupal\update\UpdateRootFactory::get() for equivalent changes to the
+ // \Drupal\updateUpdateRootFactory::get() for equivalent changes to the
// test child site.
$request = \Drupal::request();
$update_root = $this->container->get('update.root') . '/' . DrupalKernel::findSitePath($request);
Beta review: Documentation is unfrozen.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2554993-fix_typo.patch | 760 bytes | anavarre |
Comments
Comment #2
anavarreComment #3
cilefen commentedIt looks good to me.
Comment #4
webchickNice catch!
Committed and pushed to 8.0.x. Thanks!