public function testFindUsers()
 {
     $this->repository->expects($this->once())->method('findAll')->will($this->returnValue(array()));
     $this->userManager->findUsers();
 }