public function setUp()
 {
     $this->evm = m::mock(EventManager::class);
     $this->evm->shouldReceive('addEventSubscriber')->once();
     $this->em = m::mock(EntityManagerInterface::class);
     $this->reader = m::mock(Reader::class);
 }