Esempio n. 1
0
 public function testInvokeNonMappedEvent()
 {
     $this->busProxy->setGate(new Gate());
     $mockEvent = new MockEvent();
     $this->assertFalse($this->busProxy->publishEvent($mockEvent));
 }