mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
Merge branch 'develop' into pr/csrf-token
This commit is contained in:
commit
a3ef122b57
68 changed files with 2115 additions and 1361 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