public function setUp()
 {
     parent::setUp();
     $this->manager = EntityManagerFactory::getNewManager();
     $this->createSchema($this->manager);
     $this->repo = $this->getRepo();
 }
 public function setUp()
 {
     parent::setUp();
     $this->manager = EntityManagerFactory::getNewManager();
 }