File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/Symfony/Component/Translation Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
use Symfony \Component \Translation \Loader \XliffFileLoader ;
11
11
use Symfony \Component \Translation \MessageCatalogue ;
12
12
use Symfony \Component \Translation \Provider \ProviderInterface ;
13
- use Symfony \Component \Translation \Tests \ProviderTestCase ;
13
+ use Symfony \Component \Translation \Test \ProviderTestCase ;
14
14
use Symfony \Component \Translation \TranslatorBag ;
15
15
use Symfony \Contracts \HttpClient \HttpClientInterface ;
16
16
use Symfony \Contracts \HttpClient \ResponseInterface ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Component \Translation \Tests ;
12
+ namespace Symfony \Component \Translation \Test ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Psr \Log \LoggerInterface ;
24
24
* A test case to ease testing a translation provider.
25
25
*
26
26
* @author Mathieu Santostefano <msantostefano@protonmail.com>
27
+ *
28
+ * @internal
27
29
*/
28
30
abstract class ProviderTestCase extends TestCase
29
31
{
You can’t perform that action at this time.
0 commit comments