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 / DependencyMissingTest.php
index 6ae4dc40c8fc93999bcdcbdba41b5c427629b073..e11999a46c2312d0a3f5c63cdeec367098398f26 100644 (file)
@@ -22,7 +22,7 @@ class DependencyMissingTest extends BrowserTestBase {
     // Only install update_test_2.module, even though its updates have a
     // dependency on update_test_3.module.
     parent::setUp();
-    require_once \Drupal::root() . '/core/includes/update.inc';
+    require_once $this->root . '/core/includes/update.inc';
   }
 
   public function testMissingUpdate() {