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

[5.x] Make tearDown method protected on AddonTestCase #9924

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

duncanmcclean
Copy link
Member

This pull request makes the tearDown method on our new AddonTestCase class protected instead of public.

In my testing, tearDown being public was causing issues for addons with Pest test suites. The setUp method is already protected.

@jasonvarga jasonvarga merged commit ff52ed0 into master Apr 18, 2024
32 checks passed
@jasonvarga jasonvarga deleted the make-teardown-method-protected-on-addontestcase branch April 18, 2024 16:07
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