Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Tests / Ajax / MultiFormTest.php
index 9ca2a667814c6bcee993f16b1fdfac0c1187e3ba..96844ed051a1bdd4c4cdd1b06c278173f127983d 100644 (file)
@@ -44,7 +44,7 @@ class MultiFormTest extends AjaxTestBase {
       ->save();
 
     // Log in a user who can create 'page' nodes.
-    $this->drupalLogin ($this->drupalCreateUser(['create page content']));
+    $this->drupalLogin($this->drupalCreateUser(['create page content']));
   }
 
   /**