mirror of
https://github.com/flarum/framework.git
synced 2025-04-24 21:54:04 +08:00
parent
8e86d38804
commit
803582c437
@ -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