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

can_send_text() public method

public can_send_text ( )
    public function can_send_text()
    {
        $write = array(implode("\r\n", array('action: SendText', 'actionid: 1432.123', 'channel: channel', 'message: message', '')));
        $action = new \PAMI\Message\Action\SendTextAction('channel', 'message');
        $client = $this->_start($write, $action);
    }
Test_Actions