PAMI\Client\Impl\Test_Actions::can_challenge PHP Method

can_challenge() public method

public can_challenge ( )
    public function can_challenge()
    {
        $write = array(implode("\r\n", array('action: Challenge', 'actionid: 1432.123', 'authtype: test', '')));
        $action = new \PAMI\Message\Action\ChallengeAction('test');
        $client = $this->_start($write, $action);
    }
Test_Actions