예제 #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->eventDispatcher = new EventDispatcher();
     $this->eventDispatcher->logger = new NullLogger();
     $this->eventDispatcher->producers = new Producers();
 }
예제 #2
0
 protected function setUp()
 {
     parent::setUp();
     $this->actionDispatcher = new ActionDispatcher();
     $this->actionDispatcher->logger = new NullLogger();
     $this->actionDispatcher->pipelineProvider = new PipelineProvider();
 }