Skip to content
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

[10.x] Test Improvements #48797

Merged
merged 2 commits into from
Oct 24, 2023
Merged

[10.x] Test Improvements #48797

merged 2 commits into from
Oct 24, 2023

Conversation

crynobone
Copy link
Member

Remove deprecated @test usage and always prefix test method name with test.

Using @test will trigger a deprecation error in PHPUnit 11, it's best to consistently not use this in our code base.

Remove deprecated `@test` usage and always prefix test method name with `test`.

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@driesvints
Copy link
Member

@crynobone tests fail here

@driesvints driesvints marked this pull request as draft October 23, 2023 12:50
@crynobone
Copy link
Member Author

@driesvints fixed

@crynobone crynobone marked this pull request as ready for review October 23, 2023 13:04
@taylorotwell taylorotwell merged commit 6350194 into 10.x Oct 24, 2023
21 checks passed
@taylorotwell taylorotwell deleted the phpunit-test-annotation branch October 24, 2023 13:37
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.

None yet

3 participants