We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f773a9 commit 5222493Copy full SHA for 5222493
tests/webfiori/framework/test/session/SessionsManagerTest.php
@@ -301,6 +301,7 @@ public function testDropDbTables00() {
301
* @test
302
*/
303
public function testGetSessionIDFromRequest() {
304
+ unset($_POST["my-s"]);
305
$this->assertFalse(SessionsManager::getSessionIDFromRequest('my-s'));
306
putenv('REQUEST_METHOD=GET');
307
$_GET['my-s'] = 'super';
0 commit comments