Skip to content

Commit fcf2fbb

Browse files
Reference individual contracts packages
1 parent 114b770 commit fcf2fbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Tests/Translation/TranslatorTest.php renamed to Translation/Test/TranslatorTest.php

Lines 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\Contracts\Tests\Translation;
12+
namespace Symfony\Contracts\Translation\Test;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Contracts\Translation\TranslatorInterface;

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<testsuites>
1616
<testsuite name="Symfony Contracts Test Suite">
1717
<directory>./Tests/</directory>
18+
<directory>./Translation/Test/</directory>
1819
</testsuite>
1920
</testsuites>
2021

@@ -23,6 +24,7 @@
2324
<directory>./</directory>
2425
<exclude>
2526
<directory>./Tests</directory>
27+
<directory>./Translation/Test/</directory>
2628
<directory>./vendor</directory>
2729
</exclude>
2830
</whitelist>

0 commit comments

Comments
 (0)