示例#1
0
 public function testInvokeNonMappedEvent()
 {
     $this->bus->setGate(new Gate());
     $mockEvent = new MockEvent();
     $this->assertFalse($this->bus->publishEvent($mockEvent));
 }