Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / Update / DependencyHookInvocationTest.php
index 8ff7b883db5bcbee9a0e9db4833003e2dc859367..203d89ef2a70d29219ce6a73bfcabb826fc38a24 100644 (file)
@@ -21,7 +21,7 @@ class DependencyHookInvocationTest extends BrowserTestBase {
 
   protected function setUp() {
     parent::setUp();
-    require_once \Drupal::root() . '/core/includes/update.inc';
+    require_once $this->root . '/core/includes/update.inc';
   }
 
   /**