Skip to content

Build(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5 #1419

Build(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5

Build(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5 #1419

Triggered via pull request July 31, 2023 04:55
Status Success
Total duration 2m 13s
Artifacts 1

CI.yml

on: pull_request
Mutation testing
2m 1s
Mutation testing
Code quality
30s
Code quality
Dependencies state
43s
Dependencies state
Backward Compatible Changes
4s
Backward Compatible Changes
Working Nix Shell
1m 3s
Working Nix Shell
Matrix: integration
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = $request->getUri()->__toString() . 'Cannot connect PushGateway server to ' . ':'; if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = $request->getUri()->__toString() . ':'; if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = 'Cannot connect PushGateway server to ' . ':'; if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = 'Cannot connect PushGateway server to ' . ':' . $request->getUri()->__toString(); if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString(); if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = $response->getStatusCode() . ' ' . ' ' . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = $response->getStatusCode() . ' ' . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = ' ' . ' ' . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = ' ' . ' ' . $response->getStatusCode() . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = ' ' . $response->getStatusCode() . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();

Artifacts

Produced during runtime
Name Size
Infection report Expired
24.3 KB