add missing service`s #53
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);
}
}
|