Skip to content

NEXT-39991 - Fix registration url and create correct proof #104

NEXT-39991 - Fix registration url and create correct proof

NEXT-39991 - Fix registration url and create correct proof #104

Triggered via pull request December 13, 2024 10:28
Status Success
Total duration 1m 4s
Artifacts

infection.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
unit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit: src/Registration/RegistrationService.php#L69
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ $this->eventDispatcher?->dispatch(new BeforeRegistrationStartsEvent($request, $shop)); $this->shopRepository->createShop($shop); } else { - $shop->setShopUrl($queries['shop-url']); + $this->eventDispatcher?->dispatch(new BeforeRegistrationStartsEvent($request, $shop)); $this->shopRepository->updateShop($shop); }