Move checkSSO() from Context class to Session class

This commit is contained in:
Kijin Sung 2017-02-07 23:26:43 +09:00
parent 483ac84796
commit af41f36bf7
3 changed files with 106 additions and 92 deletions

View file

@ -129,6 +129,11 @@ class SessionTest extends \Codeception\TestCase\Test
$this->assertTrue(Rhymix\Framework\Session::isStarted());
}
public function testCheckSSO()
{
$this->assertFalse(Rhymix\Framework\Session::checkSSO());
}
public function testRefresh()
{
Rhymix\Framework\Session::start();