Skip to content

chore(deps): update dependency phpunit/phpunit to v11.5.27 #4097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 32 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -771,12 +771,6 @@ parameters:
count: 1
path: src/Testing/PHPStanTestCase.php

-
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
identifier: catch.internalClass
count: 1
path: src/Testing/PHPStanTestCase.php

-
message: '#^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$#'
identifier: phpstanApi.instanceofType
Expand Down Expand Up @@ -2007,18 +2001,6 @@ parameters:
count: 1
path: tests/PHPStan/Reflection/SignatureMap/Php8SignatureMapProviderTest.php

-
message: '#^Call to method getComparisonFailure\(\) of internal class PHPUnit\\Framework\\ExpectationFailedException from outside its root namespace PHPUnit\.$#'
identifier: method.internalClass
count: 2
path: tests/PHPStan/Testing/NonexistentAnalysedClassRuleTest.php

-
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
identifier: catch.internalClass
count: 1
path: tests/PHPStan/Testing/NonexistentAnalysedClassRuleTest.php

-
message: '#^Access to constant on internal class PHPUnit\\Framework\\AssertionFailedError\.$#'
identifier: classConstant.internalClass
Expand Down
Loading