Skip to content

add missing service`s #53

add missing service`s

add missing service`s #53

Triggered via pull request December 17, 2024 09:38
Status Success
Total duration 30s
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); } }