Skip to content

Commit

Permalink
test: Fix to a Test
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Mar 18, 2024
1 parent 5431832 commit c3c9861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/webfiori/framework/test/PageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ public function testHasPrivilege02() {
* @test
*/
public function testGetSession00() {
SessionsManager::destroy();
$page = new WebPage();
$this->assertNull($page->getActiveSession());
}
Expand Down

0 comments on commit c3c9861

Please sign in to comment.