1
0
mirror of https://github.com/flarum/core.git synced 2025-07-09 19:06:23 +02:00

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

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

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;
},
[]