コード例 #1
0
ファイル: NanbandoTest.php プロジェクト: nanbando/core
 protected function getNanbando(array $backup)
 {
     return new Nanbando($backup, $this->storage->reveal(), $this->databaseFactory->reveal(), $this->eventDispatcher->reveal());
 }