Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Tests / Form / StorageTest.php
index 7896b5362c7b024dcff898f4a0e58bc381439886..a1f7fee3df5891bf0e5b376b1dafdf89fcdf5186 100644 (file)
@@ -28,7 +28,7 @@ class StorageTest extends WebTestBase {
   protected function setUp() {
     parent::setUp();
 
-    $this->drupalLogin ($this->drupalCreateUser());
+    $this->drupalLogin($this->drupalCreateUser());
   }
 
   /**