mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 10:08:08 +08:00
reset useCookie value (#20287)
* reset useCookie value see also https://github.com/yiisoft/yii2-docker/issues/174 * removed empty line
This commit is contained in:
@ -65,6 +65,7 @@ class SessionTest extends TestCase
|
||||
$this->assertNotEquals($oldUseCookies, $newUseCookies);
|
||||
$this->assertFalse($newUseCookies);
|
||||
}
|
||||
$session->setUseCookies($oldUseCookies);
|
||||
|
||||
$oldGcProbability = $session->getGCProbability();
|
||||
$session->setGCProbability(100);
|
||||
|
||||
Reference in New Issue
Block a user