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 / DependencyOrderingTest.php
index 8cafaaddba3e836cd4a9d6e5f6226eb715812f19..0f168aa78f5ca1dc5598e47df74bdee3ef811489 100644 (file)
@@ -20,7 +20,7 @@ class DependencyOrderingTest extends BrowserTestBase {
 
   protected function setUp() {
     parent::setUp();
-    require_once \Drupal::root() . '/core/includes/update.inc';
+    require_once $this->root . '/core/includes/update.inc';
   }
 
   /**