Elgg\ActionsServiceTest::testActionGatekeeperForLoginAction PHP 메소드

testActionGatekeeperForLoginAction() 공개 메소드

    public function testActionGatekeeperForLoginAction()
    {
        // test action/login token validation
        $this->markTestIncomplete();
    }
ActionsServiceTest