X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FDependencyMissingTest.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FDependencyMissingTest.php;h=e11999a46c2312d0a3f5c63cdeec367098398f26;hp=6ae4dc40c8fc93999bcdcbdba41b5c427629b073;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/system/tests/src/Functional/Update/DependencyMissingTest.php b/web/core/modules/system/tests/src/Functional/Update/DependencyMissingTest.php index 6ae4dc40c..e11999a46 100644 --- a/web/core/modules/system/tests/src/Functional/Update/DependencyMissingTest.php +++ b/web/core/modules/system/tests/src/Functional/Update/DependencyMissingTest.php @@ -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() {