Skip to content

Commit b6e291a

Browse files
fix tests
1 parent 1c7b324 commit b6e291a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Tests/Service/ServiceLocatorTest.php renamed to 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;

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>./Service/Test/</directory>
1819
<directory>./Translation/Test/</directory>
1920
</testsuite>
2021
</testsuites>
@@ -24,6 +25,7 @@
2425
<directory>./</directory>
2526
<exclude>
2627
<directory>./Tests</directory>
28+
<directory>./Service/Test/</directory>
2729
<directory>./Translation/Test/</directory>
2830
<directory>./vendor</directory>
2931
</exclude>

0 commit comments

Comments
 (0)