10000 PHPUnit 11 by sidz · Pull Request #2039 · infection/infection · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PHPUnit 11 #2039

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
Feb 18, 2025
Merged

PHPUnit 11 #2039

merged 1 commit into from
Feb 18, 2025

Conversation

sidz
Copy link
Member
@sidz sidz commented Feb 17, 2025

This PR updates PHPUnit to the 11.5 and fixes some deprecation notes.

Copy link
Contributor

composer.lock

Package changes

8000
Package Operation From To About
sebastian/diff upgrade 5.1.1 6.0.2 diff

Dev Package changes

Package Operation From To About
staabm/side-effects-detector add - 1.0.5 view code - License: MIT License
phpunit/php-code-coverage upgrade 10.1.16 11.0.8 diff
phpunit/php-file-iterator upgrade 4.1.0 5.1.0 diff
phpunit/php-invoker upgrade 4.0.0 5.0.1 diff
phpunit/php-text-template upgrade 3.0.1 4.0.1 diff
phpunit/php-timer upgrade 6.0.0 7.0.1 diff
phpunit/phpunit upgrade 10.5.45 11.5.7 diff
sebastian/cli-parser upgrade 2.0.1 3.0.2 diff
sebastian/code-unit upgrade 2.0.0 3.0.2 diff
sebastian/code-unit-reverse-lookup upgrade 3.0.0 4.0.1 diff
sebastian/comparator upgrade 5.0.3 6.3.0 diff
sebastian/complexity upgrade 3.2.0 4.0.1 diff
sebastian/environment upgrade 6.1.0 7.2.0 diff
sebastian/exporter upgrade 5.1.2 6.3.0 diff
sebastian/global-state upgrade 6.0.2 7.0.2 diff
sebastian/lines-of-code upgrade 2.0.2 3.0.1 diff
sebastian/object-enumerator upgrade 5.0.0 6.0.1 diff
sebastian/object-reflector upgrade 3.0.0 4.0.1 diff
sebastian/recursion-context upgrade 5.0.0 6.0.2 diff
sebastian/type upgrade 4.0.0 5.1.0 diff
sebastian/version upgrade 4.0.1 5.0.2 diff
helmich/phpunit-json-assert remove v3.5.2 - -
softcreatr/jsonpath remove 0.8.3 - -

Settings · Docs · Powered by Private Packagist

@@ -76,13 +76,12 @@
"require-dev": {
"ext-simplexml": "*",
"fidry/makefile": "^1.0",
"helmich/phpunit-json-assert": "^3.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems to be unused

8000
requireCoverageMetadata="true"
displayDetailsOnPhpunitDeprecations="true"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just show details in CI so I as developer could see the reason why build is failed


protected function setUp(): void
{
$this->testSubject = $this->getMockBuilder(AbstractValueToNullReturnValue::class)
->disableOriginalConstructor()
->getMockForAbstractClass();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sidz sidz force-pushed the update-phpunit-11 branch from e2a5330 to cf232ec Compare February 17, 2025 21:07
@sidz sidz merged commit c848ffb into master Feb 18, 2025
49 checks passed
@sidz sidz deleted the update-phpunit-11 branch February 18, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0