mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 08:22:41 +08:00
parent
f47d739aac
commit
c772029af9
@ -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…
x
Reference in New Issue
Block a user