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

Appearance settings

Commit f59ffb4

Browse filesBrowse files
committed
bug #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
Copy full SHA for f59ffb4

File tree

2 files changed

+0
-4
lines changed
Filter options

2 files changed

+0
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Test/ProviderFactoryTestCase.php
-2Lines 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 <msantostefano@protonmail.com>
31-
*
32-
* @internal
3331
*/
3432
abstract class ProviderFactoryTestCase extends TestCase
3533
{

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Test/ProviderTestCase.php
-2Lines 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 <msantostefano@protonmail.com>
28-
*
29-
* @internal
3028
*/
3129
abstract class ProviderTestCase extends TestCase
3230
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.