Skip to content

Consider is_file($path) before checking require $path #30271

Consider is_file($path) before checking require $path

Consider is_file($path) before checking require $path #30271

Triggered via pull request June 14, 2026 06:56
@staabmstaabm
synchronize #5867
staabm:filex
Status Failure
Total duration 14m 42s
Artifacts

tests.yml

on: pull_request
Matrix: Tests PHPUnit 12.x
Determine levels tests matrix
44s
Determine levels tests matrix
Matrix: Integration tests
Matrix: Tests PHPUnit 11.x
Matrix: Tests with old PHPUnit
Matrix: Mutation Testing
Matrix: Levels tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 2 warnings, and 8 notices
Tests with old PHPUnit (8.0, ubuntu-latest)
Process completed with exit code 2.
Tests with old PHPUnit (8.1, ubuntu-latest)
Process completed with exit code 2.
Tests with old PHPUnit (8.0, windows-latest)
Process completed with exit code 1.
Tests with old PHPUnit (8.1, windows-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)
Process completed with exit code 1.
Mutation Testing (8.4, ubuntu-latest): src/Rules/Keywords/RequireFileExistsRule.php#L157
Escaped Mutant for Mutator "PHPStan\Infection\LooseBooleanMutator": @@ @@ new Arg($node->expr), ]); - if ($scope->getType($expr)->isTrue()->yes()) { + if ($scope->getType($expr)->toBoolean()->isTrue()->yes()) { return true; } }
Mutation Testing (8.3, ubuntu-latest): src/Rules/Keywords/RequireFileExistsRule.php#L157
Escaped Mutant for Mutator "PHPStan\Infection\LooseBooleanMutator": @@ @@ new Arg($node->expr), ]); - if ($scope->getType($expr)->isTrue()->yes()) { + if ($scope->getType($expr)->toBoolean()->isTrue()->yes()) { return true; } }
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 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.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.0, 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.1, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026