Merge branch 'master' of github.com:flarum/core

This commit is contained in:
Daniël Klabbers 2019-06-24 10:49:39 +02:00
commit fda9cba4ce

View File

@ -162,6 +162,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
function ($memo, $setCookieString) {
$setCookie = SetCookie::fromSetCookieString($setCookieString);
$memo[$setCookie->getName()] = $setCookie->getValue();
return $memo;
},
[]