mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Move checkSSO() from Context class to Session class
This commit is contained in:
parent
483ac84796
commit
af41f36bf7
3 changed files with 106 additions and 92 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue