Exemplo n.º 1
0
 public function testStopPropagation()
 {
     $event = new Event('foo', 'bar');
     $event->stopPropagation();
     $this->assertTrue($event->isPropagationStopped());
 }