Skip to content

Commit f59ffb4

Browse files
committed
bug symfony#52765 [Translation] Remove @internal from abstract testcases (OskarStark)
This PR was merged into the 6.4 branch. Discussion ---------- [Translation] Remove ``@internal`` from abstract testcases | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | -- | License | MIT 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`? Commits ------- b7d0b69 [Translation] Remove ``@internal`` from abstract testcases
2 parents 929749e + b7d0b69 commit f59ffb4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Symfony/Component/Translation/Test/ProviderFactoryTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* A test case to ease testing a translation provider factory.
2929
*
3030
* @author Mathieu Santostefano <[email protected]>
31-
*
32-
* @internal
3331
*/
3432
abstract class ProviderFactoryTestCase extends TestCase
3533
{

src/Symfony/Component/Translation/Test/ProviderTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
* A test case to ease testing a translation provider.
2626
*
2727
* @author Mathieu Santostefano <[email protected]>
28-
*
29-
* @internal
3028
*/
3129
abstract class ProviderTestCase extends TestCase
3230
{

0 commit comments

Comments
 (0)