Skip to content

Commit 8fe8cdd

Browse files
authored
reset useCookie value (#20287)
* reset useCookie value see also yiisoft/yii2-docker#174 * removed empty line
1 parent 1a54384 commit 8fe8cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/framework/web/session/SessionTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function testParamsAfterSessionStart()
6565
$this->assertNotEquals($oldUseCookies, $newUseCookies);
6666
$this->assertFalse($newUseCookies);
6767
}
68+
$session->setUseCookies($oldUseCookies);
6869

6970
$oldGcProbability = $session->getGCProbability();
7071
$session->setGCProbability(100);

0 commit comments

Comments
 (0)