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

can_wait_event() public method

public can_wait_event ( )
    public function can_wait_event()
    {
        $write = array(implode("\r\n", array('action: WaitEvent', 'actionid: 1432.123', 'timeout: 20', '')));
        $action = new \PAMI\Message\Action\WaitEventAction(20);
        $client = $this->_start($write, $action);
    }
Test_Actions