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

can_set_var() public method

public can_set_var ( )
    public function can_set_var()
    {
        $write = array(implode("\r\n", array('action: Setvar', 'actionid: 1432.123', 'variable: variable', 'value: value', 'channel: channel', '')));
        $action = new \PAMI\Message\Action\SetVarAction('variable', 'value', 'channel');
        $client = $this->_start($write, $action);
    }
Test_Actions