centerProphet) { $this->centerProphet = new \Prophecy\Prophet(); } $center = $this->centerProphet->prophesize(); $center->willExtend('\Chill\MainBundle\Entity\Center'); $center->getId()->willReturn($id); $center->getName()->willReturn($name); return $center->reveal(); } }