X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsimpletest%2Fsrc%2FTests%2FSimpleTestBrowserTest.php;h=957391db76c480155eab42d320cc8feddefe5751;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=bb9da9411a6bac2353d70d92ea5a77ebc2e33d7e;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php b/web/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php index bb9da9411..957391db7 100644 --- a/web/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php +++ b/web/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php @@ -59,7 +59,7 @@ class SimpleTestBrowserTest extends WebTestBase { $this->maximumRedirects = 1; $edit = [ 'name' => $user->getUsername(), - 'pass' => $user->pass_raw + 'pass' => $user->pass_raw, ]; $this->drupalPostForm('user/login', $edit, t('Log in'), [ 'query' => ['destination' => 'user/logout'],