Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / rdf / tests / src / Functional / UserAttributesTest.php
index 7e98286002b34f9b793dba1d17bba588a06c7b1f..fddd440894e712f6c764fe7b4002c79813e14608 100644 (file)
@@ -45,7 +45,7 @@ class UserAttributesTest extends BrowserTestBase {
     $authors = [
       $this->drupalCreateUser([], $this->randomMachineName(30)),
       $this->drupalCreateUser([], $this->randomMachineName(20)),
-      $this->drupalCreateUser([], $this->randomMachineName(5))
+      $this->drupalCreateUser([], $this->randomMachineName(5)),
     ];
 
     $this->drupalLogin($user1);