Skip to content

Commit b7d0b69

Browse files
committed
[Translation] Remove @internal from abstract testcases
1 parent d625fa0 commit b7d0b69

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

-2
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

-2
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)