mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 10:14:16 +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…
Reference in New Issue
Block a user