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