/**
  * {@inheritDoc}
  */
 public function setName($name)
 {
     $this->postPersistEvent->setName($name);
 }
 public function testGetTarget()
 {
     $this->assertEquals($this->postPersistEvent->getSource(), $this->postPersistEventDecorator->getTarget());
 }