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

can_dongle_restart() public method

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