Narrow to decimal-int-string/non-decimal-int-string from (string) (int) $x === $x comparisons
#30090
tests.yml
on: pull_request
Matrix: Tests PHPUnit 12.x
Determine levels tests matrix
43s
Matrix: Integration tests
Matrix: Tests PHPUnit 11.x
Matrix: Tests with old PHPUnit
Matrix: Mutation Testing
Matrix: Levels tests
Annotations
2 errors, 3 warnings, and 8 notices
|
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.4, ubuntu-latest):
src/Analyser/TypeSpecifier.php#L3294
Escaped Mutant for Mutator "PHPStan\Infection\TrueTruthyFalseFalseyTypeSpecifierContextMutator":
@@ @@
$decimalIntegerString = new AccessoryDecimalIntegerStringType();
return $this->create(
$decimalValueExpr,
- $context->truthy()
+ $context->true()
? TypeCombinator::intersect($decimalValueType, $decimalIntegerString)
: TypeCombinator::remove($decimalValueType, $decimalIntegerString),
TypeSpecifierContext::createTruthy(),
|
|
Mutation Testing (8.4, ubuntu-latest):
src/Analyser/TypeSpecifier.php#L2987
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator":
@@ @@
private function getDecimalIntegerStringRoundTripExpr(Expr $castExpr, Expr $valueExpr, Scope $scope): ?Expr
{
$valueType = $scope->getType($valueExpr);
- if (!$valueType->isString()->yes()) {
+ if ($valueType->isString()->no()) {
return null;
}
|
|
Mutation Testing (8.3, ubuntu-latest):
src/Analyser/TypeSpecifier.php#L3294
Escaped Mutant for Mutator "PHPStan\Infection\TrueTruthyFalseFalseyTypeSpecifierContextMutator":
@@ @@
$decimalIntegerString = new AccessoryDecimalIntegerStringType();
return $this->create(
$decimalValueExpr,
- $context->truthy()
+ $context->true()
? TypeCombinator::intersect($decimalValueType, $decimalIntegerString)
: TypeCombinator::remove($decimalValueType, $decimalIntegerString),
TypeSpecifierContext::createTruthy(),
|
|
Integration tests (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Tests PHPUnit 12.x (8.3, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Tests PHPUnit 12.x (8.5, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Tests PHPUnit 11.x (8.2, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Tests PHPUnit 12.x (8.4, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Tests with old PHPUnit (8.1, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Tests with old PHPUnit (7.4, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Tests with old PHPUnit (8.0, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|