X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FSystem%2FSystemAuthorizeTest.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FSystem%2FSystemAuthorizeTest.php;h=b3f9b310b385dc0d5e5807b677ec80a2362d1d1b;hp=8fa81ac2904b17dca484bf5026f5ed427a947c5a;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 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'])); } /**