-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Translation] Remove @internal
from abstract testcases
#52765
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
Conversation
Shouldn't most properties become private (as they have getters anyway) ? |
ping @nicolas-grekas because #40911 (comment) 😉 |
Do they currently? Do we use these classes cross components/providers? |
Yes the providers we have are using these test cases, or what do you mean? |
Thank you @OskarStark. |
Thank you @OskarStark. |
The test cases are in the
Test
namespace and therefore under BC promise.All third-party providers should benefit from it.
We do the same for Mailer and Notifier.
cc @m2mtech as this PR is inspired by your comment in the copied class 😃 in
https://github.com/m2mtech/weblate-translation-provider/blob/fa38b3c50b5db832e993a0035f516ee0885482b1/tests/ProviderFactoryTestCase.php#L1-L5
@nicolas-grekas or do you want me to target
5.4
?