mirror of
https://github.com/flarum/core.git
synced 2025-08-02 22:47:33 +02:00
committed by
Alexander Skvortsov
parent
f47d739aac
commit
c772029af9
@@ -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;
|
||||||
},
|
},
|
||||||
[]
|
[]
|
||||||
|
Reference in New Issue
Block a user