Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / System / SystemAuthorizeTest.php
index 8fa81ac2904b17dca484bf5026f5ed427a947c5a..b3f9b310b385dc0d5e5807b677ec80a2362d1d1b 100644 (file)
@@ -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']));
   }
 
   /**