X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FSystem%2FSystemAuthorizeTest.php;h=b3f9b310b385dc0d5e5807b677ec80a2362d1d1b;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=8fa81ac2904b17dca484bf5026f5ed427a947c5a;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php b/web/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php index 8fa81ac29..b3f9b310b 100644 --- a/web/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php +++ b/web/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php @@ -22,7 +22,7 @@ class SystemAuthorizeTest extends BrowserTestBase { parent::setUp(); // Create an administrator user. - $this->drupalLogin ($this->drupalCreateUser(['administer software updates'])); + $this->drupalLogin($this->drupalCreateUser(['administer software updates'])); } /**