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

can_dongle_send_ussd() public method

    public function can_dongle_send_ussd()
    {
        $write = array(implode("\r\n", array('action: DongleSendUSSD', 'actionid: 1432.123', 'device: device', 'ussd: ussd', '')));
        $action = new \PAMI\Message\Action\DongleSendUSSDAction('device', 'ussd');
        $client = $this->_start($write, $action);
    }
Test_Actions