mirror of
https://github.com/flarum/framework.git
synced 2025-05-03 10:04:03 +08:00
parent
8e86d38804
commit
803582c437
@ -162,6 +162,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
|
|||||||
function ($memo, $setCookieString) {
|
function ($memo, $setCookieString) {
|
||||||
$setCookie = SetCookie::fromSetCookieString($setCookieString);
|
$setCookie = SetCookie::fromSetCookieString($setCookieString);
|
||||||
$memo[$setCookie->getName()] = $setCookie->getValue();
|
$memo[$setCookie->getName()] = $setCookie->getValue();
|
||||||
|
|
||||||
return $memo;
|
return $memo;
|
||||||
},
|
},
|
||||||
[]
|
[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user