mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Fix unit test for Session::checkSSO()
This commit is contained in:
parent
8cf3d7b520
commit
f1608ad3a9
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class SessionTest extends \Codeception\TestCase\Test
|
|||
|
||||
public function testCheckSSO()
|
||||
{
|
||||
$this->assertFalse(Rhymix\Framework\Session::checkSSO());
|
||||
$this->assertNull(Rhymix\Framework\Session::checkSSO(new stdClass));
|
||||
}
|
||||
|
||||
public function testRefresh()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue