Skip to content

Commit

Permalink
Adding PMA_TOKEN to the session
Browse files Browse the repository at this point in the history
Signed-off-by: iifawzi <iifawzie@gmail.com>
  • Loading branch information
iifawzi committed Nov 18, 2022
1 parent 9176475 commit 669e30a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/classes/Display/ResultsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ protected function setUp(): void
$GLOBALS['text_dir'] = 'ltr';
$GLOBALS['cfg']['Server']['DisableIS'] = false;
$_SESSION[' HMAC_secret '] = 'test';
$_SESSION = [' PMA_token ' => 'token'];
}

/**
Expand Down

0 comments on commit 669e30a

Please sign in to comment.