Revert 7fe8b00282cff26f814cbddbec9906a1f4802301 #30085
tests.yml
on: pull_request
Matrix: Tests PHPUnit 12.x
Determine levels tests matrix
45s
Matrix: Integration tests
Matrix: Tests PHPUnit 11.x
Matrix: Tests with old PHPUnit
Matrix: Mutation Testing
Matrix: Levels tests
Annotations
3 errors, 4 warnings, and 8 notices
|
Tests with old PHPUnit (8.1, windows-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)
Process completed with exit code 1.
|
|
Mutation Testing (8.3, ubuntu-latest):
src/Type/Regex/RegexGroupParser.php#L423
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator":
@@ @@
return TypeCombinator::union(...$result);
}
- if ($walkResult->isNumeric()->yes()) {
+ if (!$walkResult->isNumeric()->no()) {
if ($walkResult->isNonFalsy()->yes()) {
return new IntersectionType([
new StringType(),
|
|
Mutation Testing (8.3, ubuntu-latest):
src/Type/Regex/RegexGroupParser.php#L129
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator":
@@ @@
if (!$subjectAsGroupResult->mightContainEmptyStringLiteral() && !$this->containsEscapeK($ast)) {
// we could handle numeric-string, in case we know the regex is delimited by ^ and $
- if ($subjectAsGroupResult->isNonFalsy()->yes()) {
+ if (!$subjectAsGroupResult->isNonFalsy()->no()) {
$astWalkResult = $astWalkResult->withSubjectBaseType(
new IntersectionType([new StringType(), new AccessoryNonFalsyStringType()]),
);
|
|
Mutation Testing (8.4, ubuntu-latest):
src/Type/Regex/RegexGroupParser.php#L423
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator":
@@ @@
return TypeCombinator::union(...$result);
}
- if ($walkResult->isNumeric()->yes()) {
+ if (!$walkResult->isNumeric()->no()) {
if ($walkResult->isNonFalsy()->yes()) {
return new IntersectionType([
new StringType(),
|
|
Mutation Testing (8.4, ubuntu-latest):
src/Type/Regex/RegexGroupParser.php#L129
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator":
@@ @@
if (!$subjectAsGroupResult->mightContainEmptyStringLiteral() && !$this->containsEscapeK($ast)) {
// we could handle numeric-string, in case we know the regex is delimited by ^ and $
- if ($subjectAsGroupResult->isNonFalsy()->yes()) {
+ if (!$subjectAsGroupResult->isNonFalsy()->no()) {
$astWalkResult = $astWalkResult->withSubjectBaseType(
new IntersectionType([new StringType(), new AccessoryNonFalsyStringType()]),
);
|
|
Integration tests (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
|
|
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 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 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.3, 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
|