Elgg\ActionsServiceTest::testActionGatekeeperForLoginAction PHP Method

testActionGatekeeperForLoginAction() public method

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