minor #41197 [Translation] Fix LokaliseProviderTest NS (lyrixx)

This PR was merged into the 5.3-dev branch.

Discussion
----------

[Translation] Fix LokaliseProviderTest NS

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | no
| New feature?  | no
| Deprecations? |
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

8b8b277092 [Translation] Fix LokaliseProviderTest NS
This commit is contained in:
Nicolas Grekas 2021-05-12 18:19:34 +02:00
commit 7b3d821c7c

View File

@ -1,6 +1,6 @@
<?php
namespace Symfony\Component\Translation\Bridge\Loco\Tests;
namespace Symfony\Component\Translation\Bridge\Lokalise\Tests;
use Psr\Log\LoggerInterface;
use Symfony\Component\HttpClient\MockHttpClient;