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 90167c3

Browse filesBrowse files
fix tests
1 parent a7bfe26 commit 90167c3
Copy full SHA for 90167c3

File tree

Expand file treeCollapse file tree

3 files changed

+6
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-2
lines changed

‎src/Symfony/Contracts/Tests/Service/ServiceLocatorTest.php renamed to ‎src/Symfony/Contracts/Service/Test/ServiceLocatorTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Contracts/Service/Test/ServiceLocatorTest.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\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

Copy file name to clipboardExpand all lines: src/Symfony/Contracts/Translation/Test/TranslatorTest.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\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

Copy file name to clipboardExpand all lines: src/Symfony/Contracts/phpunit.xml.dist
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.