mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix unit tests
This commit is contained in:
parent
dea757cfb7
commit
782caa966a
1 changed files with 2 additions and 0 deletions
|
|
@ -139,6 +139,8 @@ class SessionTest extends \Codeception\TestCase\Test
|
|||
|
||||
public function testRefresh()
|
||||
{
|
||||
$_SERVER['REQUEST_METHOD'] = 'GET';
|
||||
|
||||
@Rhymix\Framework\Session::start();
|
||||
$session_secret = $_SESSION['RHYMIX']['secret'];
|
||||
$key1 = $_SESSION['RHYMIX']['keys']['rhymix.org']['key1'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue