Skip to content

Commit

Permalink
reset useCookie value (#20287)
Browse files Browse the repository at this point in the history
* reset useCookie value
see also yiisoft/yii2-docker#174

* removed empty line
  • Loading branch information
schmunk42 authored Dec 6, 2024
1 parent 1a54384 commit 8fe8cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/framework/web/session/SessionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function testParamsAfterSessionStart()
$this->assertNotEquals($oldUseCookies, $newUseCookies);
$this->assertFalse($newUseCookies);
}
$session->setUseCookies($oldUseCookies);

$oldGcProbability = $session->getGCProbability();
$session->setGCProbability(100);
Expand Down

0 comments on commit 8fe8cdd

Please sign in to comment.