示例#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);
 }