Skip to content

Commit 90167c3

Browse files
fix tests
1 parent a7bfe26 commit 90167c3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/Symfony/Contracts/Tests/Service/ServiceLocatorTest.php renamed to src/Symfony/Contracts/Service/Test/ServiceLocatorTest.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\Service;
12+
namespace Symfony\Contracts\Service\Test;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Psr\Container\ContainerInterface;

src/Symfony/Contracts/Tests/Translation/TranslatorTest.php renamed to src/Symfony/Contracts/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;

src/Symfony/Contracts/phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<testsuites>
1616
<testsuite name="Symfony Contracts Test Suite">
1717
<directory>./Tests/</directory>
18+
<directory>./Service/Test/</directory>
19+
<directory>./Translation/Test/</directory>
1820
</testsuite>
1921
</testsuites>
2022

@@ -23,6 +25,8 @@
2325
<directory>./</directory>
2426
<exclude>
2527
<directory>./Tests</directory>
28+
<directory>./Service/Test/</directory>
29+
<directory>./Translation/Test/</directory>
2630
<directory>./vendor</directory>
2731
</exclude>
2832
</whitelist>

0 commit comments

Comments
 (0)