Exemplo n.º 1
0
 /**
  *
  */
 public function setup()
 {
     $options = array('broker' => array('type' => 'Test'), 'result_store' => array('type' => 'Test'));
     $this->rhubarb = new \Rhubarb\Rhubarb($options);
     /* @var \Rhubarb\Broker\Test $broker */
     $this->broker = $this->rhubarb->getBroker();
     $this->resultStore = $this->rhubarb->getResultStore();
 }