Skip to content

Commit 5222493

Browse files
committed
Update SessionsManagerTest.php
1 parent 7f773a9 commit 5222493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/webfiori/framework/test/session/SessionsManagerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ public function testDropDbTables00() {
301301
* @test
302302
*/
303303
public function testGetSessionIDFromRequest() {
304+
unset($_POST["my-s"]);
304305
$this->assertFalse(SessionsManager::getSessionIDFromRequest('my-s'));
305306
putenv('REQUEST_METHOD=GET');
306307
$_GET['my-s'] = 'super';

0 commit comments

Comments
 (0)