File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Contracts \Tests \ Service ;
12
+ namespace Symfony \Contracts \Service \ Test ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Psr \Container \ContainerInterface ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Contracts \Tests \ Translation ;
12
+ namespace Symfony \Contracts \Translation \ Test ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Symfony \Contracts \Translation \TranslatorInterface ;
Original file line number Diff line number Diff line change 15
15
<testsuites >
16
16
<testsuite name =" Symfony Contracts Test Suite" >
17
17
<directory >./Tests/</directory >
18
+ <directory >./Service/Test/</directory >
19
+ <directory >./Translation/Test/</directory >
18
20
</testsuite >
19
21
</testsuites >
20
22
23
25
<directory >./</directory >
24
26
<exclude >
25
27
<directory >./Tests</directory >
28
+ <directory >./Service/Test/</directory >
29
+ <directory >./Translation/Test/</directory >
26
30
<directory >./vendor</directory >
27
31
</exclude >
28
32
</whitelist >
You can’t perform that action at this time.
0 commit comments