Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / tests / src / Functional / UserRolesAssignmentTest.php
index fc8958c097a029f0f47f5d7b485c092307c3a0ba..c0ee2d1727969d22c300e70586a498841ccb660f 100644 (file)
@@ -21,7 +21,7 @@ class UserRolesAssignmentTest extends BrowserTestBase {
    * Tests that a user can be assigned a role and that the role can be removed
    * again.
    */
-  public function testAssignAndRemoveRole()  {
+  public function testAssignAndRemoveRole() {
     $rid = $this->drupalCreateRole(['administer users']);
     $account = $this->drupalCreateUser();