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