mirror of
https://github.com/flarum/core.git
synced 2025-07-09 11:03:06 +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) {
|
||||
$setCookie = SetCookie::fromSetCookieString($setCookieString);
|
||||
$memo[$setCookie->getName()] = $setCookie->getValue();
|
||||
|
||||
return $memo;
|
||||
},
|
||||
[]
|
||||
|
Reference in New Issue
Block a user