Warn about incomplete versions in #[RequiresPhp] #620
build.yml
on: pull_request
Matrix: PHPStan
Matrix: Tests
Coding Standard
27s
Name Collision Detector
27s
Matrix: Lint
Matrix: Mutation Testing
Annotations
4 errors and 3 warnings
|
Coding Standard
Process completed with exit code 2.
|
|
Mutation Testing (8.4, ubuntu-latest)
Process completed with exit code 1.
|
|
Mutation Testing (8.3, ubuntu-latest)
Process completed with exit code 1.
|
|
Mutation Testing (8.5, ubuntu-latest)
Process completed with exit code 1.
|
|
Mutation Testing (8.4, ubuntu-latest):
src/Rules/PHPUnit/AttributeRequiresPhpVersionRule.php#L165
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator":
@@ @@
return false;
}
- if (!$this->PHPUnitVersion->warnsAboutIncompleteVersion()->yes()) {
+ if ($this->PHPUnitVersion->warnsAboutIncompleteVersion()->no()) {
return false;
}
|
|
Mutation Testing (8.3, ubuntu-latest):
src/Rules/PHPUnit/AttributeRequiresPhpVersionRule.php#L165
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator":
@@ @@
return false;
}
- if (!$this->PHPUnitVersion->warnsAboutIncompleteVersion()->yes()) {
+ if ($this->PHPUnitVersion->warnsAboutIncompleteVersion()->no()) {
return false;
}
|
|
Mutation Testing (8.5, ubuntu-latest):
src/Rules/PHPUnit/AttributeRequiresPhpVersionRule.php#L165
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator":
@@ @@
return false;
}
- if (!$this->PHPUnitVersion->warnsAboutIncompleteVersion()->yes()) {
+ if ($this->PHPUnitVersion->warnsAboutIncompleteVersion()->no()) {
return false;
}
|