From 7129c0a8426eb42bdb594a3b7d1eb1a10afcf9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:39:29 +0000 Subject: [PATCH 1/2] Bump phpunit/phpunit from 12.5.4 to 12.5.8 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.5.4 to 12.5.8. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.5.8/ChangeLog-12.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.5.4...12.5.8) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.5.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 4f57388587..01cafbd4d7 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "phpstan/phpstan-mockery": "2.0.0", "phpstan/phpstan-phpunit": "2.0.11", "phpstan/phpstan-strict-rules": "2.0.7", - "phpunit/phpunit": "12.5.4" + "phpunit/phpunit": "12.5.8" }, "suggest": { "ext-memcached": "", diff --git a/composer.lock b/composer.lock index 84dc4168b0..3fda8137cc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1f5497065329c3f06180fa91750f880b", + "content-hash": "bb7b7155faa643ee5a75783cde1fc0af", "packages": [ { "name": "24slides/laravel-saml2", @@ -10763,16 +10763,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.5.4", + "version": "12.5.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a" + "reference": "37ddb96c14bfee10304825edbb7e66d341ec6889" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4ba0e923f9d3fc655de22f9547c01d15a41fc93a", - "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/37ddb96c14bfee10304825edbb7e66d341ec6889", + "reference": "37ddb96c14bfee10304825edbb7e66d341ec6889", "shasum": "" }, "require": { @@ -10786,13 +10786,13 @@ "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.5.1", + "phpunit/php-code-coverage": "^12.5.2", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", "phpunit/php-timer": "^8.0.0", "sebastian/cli-parser": "^4.2.0", - "sebastian/comparator": "^7.1.3", + "sebastian/comparator": "^7.1.4", "sebastian/diff": "^7.0.0", "sebastian/environment": "^8.0.3", "sebastian/exporter": "^7.0.2", @@ -10840,7 +10840,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.4" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.8" }, "funding": [ { @@ -10864,7 +10864,7 @@ "type": "tidelift" } ], - "time": "2025-12-15T06:05:34+00:00" + "time": "2026-01-27T06:12:29+00:00" }, { "name": "react/cache", @@ -11463,16 +11463,16 @@ }, { "name": "sebastian/comparator", - "version": "7.1.3", + "version": "7.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "dc904b4bb3ab070865fa4068cd84f3da8b945148" + "reference": "6a7de5df2e094f9a80b40a522391a7e6022df5f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/dc904b4bb3ab070865fa4068cd84f3da8b945148", - "reference": "dc904b4bb3ab070865fa4068cd84f3da8b945148", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a7de5df2e094f9a80b40a522391a7e6022df5f6", + "reference": "6a7de5df2e094f9a80b40a522391a7e6022df5f6", "shasum": "" }, "require": { @@ -11531,7 +11531,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/7.1.3" + "source": "https://github.com/sebastianbergmann/comparator/tree/7.1.4" }, "funding": [ { @@ -11551,7 +11551,7 @@ "type": "tidelift" } ], - "time": "2025-08-20T11:27:00+00:00" + "time": "2026-01-24T09:28:48+00:00" }, { "name": "sebastian/complexity", From 4e52099abb10a18caaaf56c1f4a61512866ffb49 Mon Sep 17 00:00:00 2001 From: William Allen Date: Tue, 27 Jan 2026 18:11:29 -0500 Subject: [PATCH 2/2] Regenerate PHPStan baseline --- phpstan-baseline.neon | 126 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 65c57df067..809aed1a3a 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -12888,6 +12888,15 @@ parameters: count: 1 path: app/cdash/include/Submission/CommitAuthorHandlerInterface.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 3 + path: app/cdash/include/Test/CDashTestCase.php + - rawMessage: 'Method CDash\Test\CDashTestCase::createMockFromBuilder() has parameter $className with no type specified.' identifier: missingType.parameter @@ -12936,6 +12945,15 @@ parameters: count: 1 path: app/cdash/include/Test/CDashUseCaseTestCase.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 5 + path: app/cdash/include/Test/CDashUseCaseTestCase.php + - rawMessage: 'Only booleans are allowed in an if condition, CDash\ServiceContainer given.' identifier: if.condNotBoolean @@ -15882,6 +15900,15 @@ parameters: count: 4 path: app/cdash/tests/case/CDash/DynamicAnalysisUseCaseTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 5 + path: app/cdash/tests/case/CDash/Lib/Repository/GitHubTest.php + - rawMessage: 'Method GitHubTest::setUp() throws checked exception TypeError but it''s missing from the PHPDoc @throws tag.' identifier: missingType.checkedException @@ -15906,6 +15933,15 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/LinkifyCompilerOutputTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 11 + path: app/cdash/tests/case/CDash/Messaging/Subscription/CommitAuthorSubscriptionBuilderTest.php + - rawMessage: 'Call to function in_array() requires parameter #3 to be set.' identifier: function.strict @@ -16068,6 +16104,15 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/Messaging/Subscription/CommitAuthorSubscriptionBuilderTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 9 + path: app/cdash/tests/case/CDash/Messaging/Subscription/UserSubscriptionBuilderTest.php + - rawMessage: 'Call to function in_array() requires parameter #3 to be set.' identifier: function.strict @@ -16158,6 +16203,15 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/Messaging/Subscription/UserSubscriptionBuilderTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 1 + path: app/cdash/tests/case/CDash/Messaging/Topic/AuthoredTopicTest.php + - rawMessage: 'Dynamic call to static method PHPUnit\Framework\Assert::assertFalse().' identifier: staticMethod.dynamicCall @@ -16170,6 +16224,15 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/Messaging/Topic/AuthoredTopicTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 6 + path: app/cdash/tests/case/CDash/Messaging/Topic/BuildErrorTopicTest.php + - rawMessage: 'Call to function in_array() requires parameter #3 to be set.' identifier: function.strict @@ -16386,6 +16449,15 @@ parameters: count: 3 path: app/cdash/tests/case/CDash/Messaging/Topic/DynamicAnalysisTopicTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 1 + path: app/cdash/tests/case/CDash/Messaging/Topic/EmailSentTopicTest.php + - rawMessage: 'Dynamic call to static method PHPUnit\Framework\Assert::assertFalse().' identifier: staticMethod.dynamicCall @@ -16398,6 +16470,15 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/Messaging/Topic/EmailSentTopicTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 2 + path: app/cdash/tests/case/CDash/Messaging/Topic/FixedTopicTest.php + - rawMessage: 'Call to function in_array() requires parameter #3 to be set.' identifier: function.strict @@ -16476,6 +16557,15 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/Messaging/Topic/FixedTopicTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 1 + path: app/cdash/tests/case/CDash/Messaging/Topic/MissingTestTopicTest.php + - rawMessage: 'Call to method PHPUnit\Framework\Assert::assertInstanceOf() with ''Illuminate\\Support\\Collection'' and Illuminate\Support\Collection will always evaluate to true.' identifier: method.alreadyNarrowedType @@ -16533,6 +16623,15 @@ parameters: count: 6 path: app/cdash/tests/case/CDash/Messaging/Topic/TestFailureTopicTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 5 + path: app/cdash/tests/case/CDash/Messaging/Topic/TestFailureTopicTest.php + - rawMessage: 'Call to function in_array() requires parameter #3 to be set.' identifier: function.strict @@ -16635,6 +16734,15 @@ parameters: count: 4 path: app/cdash/tests/case/CDash/Messaging/Topic/TestFailureTopicTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 3 + path: app/cdash/tests/case/CDash/Messaging/Topic/TopicDecoratorTest.php + - rawMessage: 'Dynamic call to static method PHPUnit\Framework\Assert::assertInstanceOf().' identifier: staticMethod.dynamicCall @@ -16683,6 +16791,15 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/Messaging/Topic/TopicDecoratorTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 2 + path: app/cdash/tests/case/CDash/Messaging/Topic/UpdateErrorTopicTest.php + - rawMessage: 'Call to function in_array() requires parameter #3 to be set.' identifier: function.strict @@ -17013,6 +17130,15 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/MultipleSubprojectsEmailTest.php + - + rawMessage: ''' + Call to deprecated method any() of class PHPUnit\Framework\TestCase: + https://github.com/sebastianbergmann/phpunit/issues/6461 + ''' + identifier: method.deprecated + count: 4 + path: app/cdash/tests/case/CDash/MultipleSubprojectsEmailTest.php + - rawMessage: ''' Call to deprecated method forceRootUrl() of class Illuminate\Routing\UrlGenerator: