Skip to content

Commit 7a68be8

Browse files
renovate[bot]ondrejmirtes
authored andcommitted
Update dependency phpunit/phpunit to v11.5.27
1 parent 3e2c00f commit 7a68be8

File tree

2 files changed

+32
-38
lines changed

2 files changed

+32
-38
lines changed

composer.lock

Lines changed: 32 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan-baseline.neon

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -771,12 +771,6 @@ parameters:
771771
count: 1
772772
path: src/Testing/PHPStanTestCase.php
773773

774-
-
775-
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
776-
identifier: catch.internalClass
777-
count: 1
778-
path: src/Testing/PHPStanTestCase.php
779-
780774
-
781775
message: '#^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$#'
782776
identifier: phpstanApi.instanceofType
@@ -2007,18 +2001,6 @@ parameters:
20072001
count: 1
20082002
path: tests/PHPStan/Reflection/SignatureMap/Php8SignatureMapProviderTest.php
20092003

2010-
-
2011-
message: '#^Call to method getComparisonFailure\(\) of internal class PHPUnit\\Framework\\ExpectationFailedException from outside its root namespace PHPUnit\.$#'
2012-
identifier: method.internalClass
2013-
count: 2
2014-
path: tests/PHPStan/Testing/NonexistentAnalysedClassRuleTest.php
2015-
2016-
-
2017-
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
2018-
identifier: catch.internalClass
2019-
count: 1
2020-
path: tests/PHPStan/Testing/NonexistentAnalysedClassRuleTest.php
2021-
20222004
-
20232005
message: '#^Access to constant on internal class PHPUnit\\Framework\\AssertionFailedError\.$#'
20242006
identifier: classConstant.internalClass

0 commit comments

Comments
 (0)