Example #1
0
 public function testStopPropFromObserver()
 {
     $event = new Event('test');
     $event->attach(new Stubs\EventObserverStubStopper());
     $event->notify();
     $this->assertTrue($event->isPropogationStopped());
 }