Skip to content

fix: check if api is reachable during registration #57

fix: check if api is reachable during registration

fix: check if api is reachable during registration #57

Triggered via pull request January 15, 2025 12:12
Status Success
Total duration 26s
Artifacts

infection.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 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/Exception/ShopURLIsNotReachableException.php#L16
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { public function __construct(string $shopUrl, ?\Throwable $previous = null) { - parent::__construct(sprintf('Shop URL "%s" is not reachable from the application server.', $shopUrl), 0, $previous); + parent::__construct(sprintf('Shop URL "%s" is not reachable from the application server.', $shopUrl), -1, $previous); } }
unit: src/Exception/ShopURLIsNotReachableException.php#L16
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { public function __construct(string $shopUrl, ?\Throwable $previous = null) { - parent::__construct(sprintf('Shop URL "%s" is not reachable from the application server.', $shopUrl), 0, $previous); + parent::__construct(sprintf('Shop URL "%s" is not reachable from the application server.', $shopUrl), 1, $previous); } }