mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +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()
|
public function testRefresh()
|
||||||
{
|
{
|
||||||
|
$_SERVER['REQUEST_METHOD'] = 'GET';
|
||||||
|
|
||||||
@Rhymix\Framework\Session::start();
|
@Rhymix\Framework\Session::start();
|
||||||
$session_secret = $_SESSION['RHYMIX']['secret'];
|
$session_secret = $_SESSION['RHYMIX']['secret'];
|
||||||
$key1 = $_SESSION['RHYMIX']['keys']['rhymix.org']['key1'];
|
$key1 = $_SESSION['RHYMIX']['keys']['rhymix.org']['key1'];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue