コード例 #1
0
ファイル: ChanTest.php プロジェクト: fliglio/borg
 public function setup()
 {
     $this->driver = MockCollectiveDriverFactory::get();
     $this->mapper = new DefaultMapper($this->driver);
 }
コード例 #2
0
ファイル: CollectiveMuxTest.php プロジェクト: fliglio/borg
 public function setup()
 {
     $this->driver = MockCollectiveDriverFactory::get();
     $this->routing = new RoutingConfiguration("borg-demo");
     $this->mapper = new DefaultMapper($this->driver);
 }