Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Runtime] fix tests#60376

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:6.4fromxabbuh:pr-60360
May 8, 2025
Merged

[Runtime] fix tests#60376

fabpot merged 1 commit intosymfony:6.4fromxabbuh:pr-60360
May 8, 2025

Conversation

xabbuh
Copy link
Member

QA
Branch?6.4
Bug fix?no
New feature?no
Deprecations?no
Issues
LicenseMIT

Since#60076 using a closure as the command code that does not return an integer is deprecated. This means that our tests can trigger deprecations on older branches when the high deps job is run. This usually is not an issue as we silence them with theSYMFONY_DEPRECATIONS_HELPER env var. However, phpt tests are run in a child process where the deprecation error handler of the PHPUnit bridge doesn't step in. Thus, for them deprecations are not silenced leading to failures.

@carsonbot

This comment was marked as outdated.

@xabbuhxabbuh changed the base branch from7.3 to6.4May 7, 2025 21:15
Sincesymfony#60076 using a closure as the command code that does not return aninteger is deprecated. This means that our tests can trigger deprecationson older branches when the high deps job is run. This usually is not anissue as we silence them with the `SYMFONY_DEPRECATIONS_HELPER` env var.However, phpt tests are run in a child process where the deprecation errorhandler of the PHPUnit bridge doesn't step in. Thus, for them deprecationsare not silenced leading to failures.
@fabpotfabpot modified the milestones:7.3,6.4May 8, 2025
@fabpot
Copy link
Member

Thank you@xabbuh.

@fabpotfabpot merged commit1719033 intosymfony:6.4May 8, 2025
9 of 11 checks passed
@xabbuhxabbuh deleted the pr-60360 branchMay 8, 2025 06:50
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@fabpotfabpotfabpot approved these changes

@OskarStarkOskarStarkOskarStark approved these changes

@ycerutoycerutoyceruto approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
6.4
Development

Successfully merging this pull request may close these issues.

5 participants
@xabbuh@carsonbot@fabpot@OskarStark@yceruto

[8]ページ先頭

©2009-2025 Movatter.jp