File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Component/Translation Expand file tree Collapse file tree 2 files changed +2
-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 ;
You can’t perform that action at this time.
0 commit comments