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:
@ -162,6 +162,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
|
|||||||
function ($memo, $setCookieString) {
|
function ($memo, $setCookieString) {
|
||||||
$setCookie = SetCookie::fromSetCookieString($setCookieString);
|
$setCookie = SetCookie::fromSetCookieString($setCookieString);
|
||||||
$memo[$setCookie->getName()] = $setCookie->getValue();
|
$memo[$setCookie->getName()] = $setCookie->getValue();
|
||||||
|
|
||||||
return $memo;
|
return $memo;
|
||||||
},
|
},
|
||||||
[]
|
[]
|
||||||
|
Reference in New Issue
Block a user