frontendUserRepository->findByUid(1); $karmaSource = $this->karmaSourceRepository->findByUid(1); $this->karmaService->addKarmaToUser(12, $frontendUser, $karmaSource); $valueReturned = $this->karmaService->getImmutableKarmaForUser($frontendUser, true, true); var_dump($valueReturned); } }