X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FDependencyHookInvocationTest.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FDependencyHookInvocationTest.php;h=203d89ef2a70d29219ce6a73bfcabb826fc38a24;hp=8ff7b883db5bcbee9a0e9db4833003e2dc859367;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/system/tests/src/Functional/Update/DependencyHookInvocationTest.php b/web/core/modules/system/tests/src/Functional/Update/DependencyHookInvocationTest.php index 8ff7b883d..203d89ef2 100644 --- a/web/core/modules/system/tests/src/Functional/Update/DependencyHookInvocationTest.php +++ b/web/core/modules/system/tests/src/Functional/Update/DependencyHookInvocationTest.php @@ -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'; } /**