mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 22:22:28 +08:00
Merge branch 'master' of github.com:flarum/core
This commit is contained in:
commit
fda9cba4ce
|
@ -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;
|
||||
},
|
||||
[]
|
||||
|
|
Loading…
Reference in New Issue
Block a user