Issue #2554993 by anavarre: Fix typo in UpdateTestBase.php

8.0.x
webchick 2015-08-28 23:40:35 -07:00
parent 5505443dbc
commit 8c6c652107
1 changed files with 1 additions and 1 deletions

View File

@ -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);