Example #1
0
 public function setup()
 {
     $this->driver = MockCollectiveDriverFactory::get();
     $this->mapper = new DefaultMapper($this->driver);
 }
Example #2
0
 public function setup()
 {
     $this->driver = MockCollectiveDriverFactory::get();
     $this->routing = new RoutingConfiguration("borg-demo");
     $this->mapper = new DefaultMapper($this->driver);
 }