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 f1faf7a

Browse filesBrowse files
committed
[Translation] Move ProviderTestCase out of the Tests namespace
1 parent 8361713 commit f1faf7a
Copy full SHA for f1faf7a

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Symfony\Component\Translation\Loader\XliffFileLoader;
1111
use Symfony\Component\Translation\MessageCatalogue;
1212
use Symfony\Component\Translation\Provider\ProviderInterface;
13-
use Symfony\Component\Translation\Tests\ProviderTestCase;
13+
use Symfony\Component\Translation\Test\ProviderTestCase;
1414
use Symfony\Component\Translation\TranslatorBag;
1515
use Symfony\Contracts\HttpClient\HttpClientInterface;
1616
use Symfony\Contracts\HttpClient\ResponseInterface;

‎src/Symfony/Component/Translation/Tests/ProviderTestCase.php renamed to ‎src/Symfony/Component/Translation/Test/ProviderTestCase.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Test/ProviderTestCase.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Translation\Tests;
12+
namespace Symfony\Component\Translation\Test;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Psr\Log\LoggerInterface;

0 commit comments

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