Fix unit tests

This commit is contained in:
Kijin Sung 2017-02-13 17:55:05 +09:00
parent dea757cfb7
commit 782caa966a

View file

@ -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'];