protected function tearDown()
 {
     parent::tearDown();
     if ($this->entityManager !== null) {
         $this->entityManager->getConnection()->close();
     }
 }
 public function setUp()
 {
     parent::setUp();
     $this->userPasswordValidator = new UserPasswordValidator();
 }