Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / src / Tests / Session / SessionTest.php
index 1be9561b36f75f3d5ad3d167871ee51b677a1a40..0f219c5036b5c1c162008e0ff8f603cfb70536aa 100644 (file)
@@ -57,7 +57,7 @@ class SessionTest extends WebTestBase {
     // session_test_user_login() which breaks a normal assertion.
     $edit = [
       'name' => $user->getUsername(),
-      'pass' => $user->pass_raw
+      'pass' => $user->pass_raw,
     ];
     $this->drupalPostForm('user/login', $edit, t('Log in'));
     $this->drupalGet('user');