getMockBuilder('GuzzleHttp\Event\AbstractEvent') ->getMockForAbstractClass(); $this->assertFalse($e->isPropagationStopped()); $e->stopPropagation(); $this->assertTrue($e->isPropagationStopped()); } }