Skip to content

CI

CI #140

Triggered via schedule February 24, 2025 08:19
Status Success
Total duration 4m 12s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
2s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test for mutants (ubuntu-latest, 8.4): src/Spec/Example.php#L42
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasValue(): bool { $property = new ReflectionProperty($this, 'value'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Example.php#L42
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function hasValue(): bool { $property = new ReflectionProperty($this, 'value'); - $property->setAccessible(true); + return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Header.php#L79
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Header.php#L79
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Link.php#L72
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasRequestBody(): bool { $property = new ReflectionProperty($this, 'requestBody'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Link.php#L72
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function hasRequestBody(): bool { $property = new ReflectionProperty($this, 'requestBody'); - $property->setAccessible(true); + return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/MediaType.php#L44
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/MediaType.php#L44
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/NullSchema.php#L21
Escaped Mutant for Mutator "ArrayOneItem": @@ @@ { $data = parent::toArray(); $data['type'] = $this->type; - return $data; + return count($data) > 1 ? array_slice($data, 0, 1, true) : $data; } }
Test for mutants (ubuntu-latest, 8.4): src/Spec/Parameter.php#L208
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**

Artifacts

Produced during runtime
Name Size Digest
Logs - Mutations Expired
3.53 KB
sha256:895fcfe984b19c454cb1ab3be867295bc21c592473afb459d548aefd33576b30