CI #411
ci.yaml
on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
2s
Annotations
3 warnings and 2 notices
|
Test for mutants (ubuntu-latest, 8.4):
src/ConfigurableException.php#L65
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
$reflection = new ReflectionClass(Exception::class);
// phpcs:enable
$property = $reflection->getProperty('previous');
- $property->setAccessible(true);
+
$property->setValue($this, $throwable);
return $this;
}
|
|
Test for mutants (ubuntu-latest, 8.4):
src/ConfigurableException.php#L65
Escaped Mutant for Mutator "TrueValue":
@@ @@
$reflection = new ReflectionClass(Exception::class);
// phpcs:enable
$property = $reflection->getProperty('previous');
- $property->setAccessible(true);
+ $property->setAccessible(false);
$property->setValue($this, $throwable);
return $this;
}
|
|
Test for mutants (ubuntu-latest, 8.4):
src/ConfigurableException.php#L44
Escaped Mutant for Mutator "CastString":
@@ @@
*/
public function withMessage($message): self
{
- $this->message = (string) $message;
+ $this->message = $message;
if (static::$addSuppressedToMessage) {
$this->isAnySuppressedInMessage = false;
foreach ($this->suppressed as $key => $item) {
|
|
Tests (macos-latest, 8.4, false)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Tests (macos-latest, 8.4, false)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Logs - Mutations
Expired
|
580 Bytes |
sha256:4d01752fff3b2394894c0da3e67652e6efc615b857dbd0c647b2f7d4e8a25cbe
|
|