We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114b770 commit fcf2fbbCopy full SHA for fcf2fbb
Tests/Translation/TranslatorTest.php renamed to Translation/Test/TranslatorTest.php
@@ -9,7 +9,7 @@
9
* file that was distributed with this source code.
10
*/
11
12
-namespace Symfony\Contracts\Tests\Translation;
+namespace Symfony\Contracts\Translation\Test;
13
14
use PHPUnit\Framework\TestCase;
15
use Symfony\Contracts\Translation\TranslatorInterface;
phpunit.xml.dist
@@ -15,6 +15,7 @@
<testsuites>
16
<testsuite name="Symfony Contracts Test Suite">
17
<directory>./Tests/</directory>
18
+ <directory>./Translation/Test/</directory>
19
</testsuite>
20
</testsuites>
21
@@ -23,6 +24,7 @@
23
24
<directory>./</directory>
25
<exclude>
26
<directory>./Tests</directory>
27
28
<directory>./vendor</directory>
29
</exclude>
30
</whitelist>
0 commit comments