File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
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 15
15
<testsuites >
16
16
<testsuite name =" Symfony Contracts Test Suite" >
17
17
<directory >./Tests/</directory >
18
+ <directory >./Service/Test/</directory >
18
19
<directory >./Translation/Test/</directory >
19
20
</testsuite >
20
21
</testsuites >
24
25
<directory >./</directory >
25
26
<exclude >
26
27
<directory >./Tests</directory >
28
+ <directory >./Service/Test/</directory >
27
29
<directory >./Translation/Test/</directory >
28
30
<directory >./vendor</directory >
29
31
</exclude >
You can’t perform that action at this time.
0 commit comments