Skip to content
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

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

126 changes: 126 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down