예제 #1
0
파일: ChanTest.php 프로젝트: fliglio/borg
 public function setup()
 {
     $this->driver = MockCollectiveDriverFactory::get();
     $this->mapper = new DefaultMapper($this->driver);
 }
예제 #2
0
 public function setup()
 {
     $this->driver = MockCollectiveDriverFactory::get();
     $this->routing = new RoutingConfiguration("borg-demo");
     $this->mapper = new DefaultMapper($this->driver);
 }