File tree Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"php" : " ^8.1" ,
19
- "symfony-cmf/routing" : " ^3.0" ,
19
+ "symfony-cmf/routing" : " ^3.0.3 " ,
20
20
"symfony/framework-bundle" : " ^6.4 || ^7.0"
21
21
},
22
22
"require-dev" : {
36
36
"symfony/translation" : " ^6.4 || ^7.0" ,
37
37
"symfony/validator" : " ^6.4 || ^7.0" ,
38
38
"symfony/twig-bundle" : " ^6.4 || ^7.0" ,
39
- "symfony-cmf/testing" : " dev-sf7 as 4.2 .0" ,
39
+ "symfony-cmf/testing" : " ^5.0 .0" ,
40
40
"twig/twig" : " ^2.4.4 || ^3.0"
41
41
},
42
42
"suggest" : {
69
69
"allow-plugins" : {
70
70
"composer/package-versions-deprecated" : true
71
71
}
72
- },
73
- "minimum-stability" : " dev"
72
+ }
74
73
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
- <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
4
2
<phpunit
5
3
colors =" true"
6
4
bootstrap =" vendor/symfony-cmf/testing/bootstrap/bootstrap.php"
5
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
7
7
>
8
-
9
8
<testsuites >
10
9
<testsuite name =" unit tests" >
11
10
<directory >./tests/Unit</directory >
12
11
</testsuite >
13
-
14
12
<testsuite name =" functional tests with phpcr" >
15
13
<directory >./tests/Functional</directory >
16
14
<exclude >./tests/Functional/Doctrine/Orm</exclude >
17
15
</testsuite >
18
-
19
16
<testsuite name =" functional tests with orm" >
20
17
<directory >./tests/Functional/Doctrine/Orm</directory >
21
18
</testsuite >
22
19
</testsuites >
23
20
24
- <filter >
25
- <whitelist addUncoveredFilesFromWhitelist = " true " >
21
+ <coverage includeUncoveredFiles = " true " >
22
+ <include >
26
23
<directory >src/</directory >
27
- < exclude >
28
- < directory >Resources/</ directory >
29
- </ exclude >
30
- </whitelist >
31
- </filter >
24
+ </ include >
25
+ < exclude >
26
+ <directory >src/Resources/</ directory >
27
+ </exclude >
28
+ </coverage >
32
29
33
30
<php >
34
- <env name =" KERNEL_CLASS" value =" \Symfony\Cmf\Bundle\RoutingBundle\Tests\Fixtures\App\Kernel" />
31
+ <env name =" KERNEL_CLASS" value =" \Symfony\Cmf\Bundle\RoutingBundle\Tests\Fixtures\App\Kernel" />
35
32
</php >
36
33
</phpunit >
You can’t perform that action at this time.
0 commit comments