diff --git a/tests/webfiori/framework/test/PageTest.php b/tests/webfiori/framework/test/PageTest.php index fe4ccd04..d313a828 100644 --- a/tests/webfiori/framework/test/PageTest.php +++ b/tests/webfiori/framework/test/PageTest.php @@ -258,6 +258,7 @@ public function testHasPrivilege02() { * @test */ public function testGetSession00() { + SessionsManager::destroy(); $page = new WebPage(); $this->assertNull($page->getActiveSession()); }