File tree Expand file tree Collapse file tree 9 files changed +52
-53
lines changed Expand file tree Collapse file tree 9 files changed +52
-53
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
working-directory : src/Turbo
30
30
31
- - name : Install PHPUnit dependencies
32
- working-directory : src/Turbo
33
- run : vendor/bin/simple-phpunit --version
34
-
35
31
- name : PHPStan
36
32
working-directory : src/Turbo
37
33
run : vendor/bin/phpstan analyse --no-progress
93
89
94
90
- name : Run tests
95
91
working-directory : src/Turbo
96
- run : |
97
- [ 'lowest' = '${{ matrix.dependency-version }}' ] && export SYMFONY_DEPRECATIONS_HELPER=weak
98
- vendor/bin/simple-phpunit
99
- env :
100
- SYMFONY_DEPRECATIONS_HELPER : ' max[self]=1'
92
+ run : vendor/bin/phpunit
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
125
125
- name : ${{ matrix.component }} Tests
126
126
working-directory : " src/${{ matrix.component }}"
127
- run : vendor/bin/simple- phpunit
127
+ run : vendor/bin/phpunit
128
128
129
129
tests-js :
130
130
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 36
36
"symfony/stimulus-bundle" : " ^2.18.1"
37
37
},
38
38
"require-dev" : {
39
+ "phpunit/phpunit" : " ^12.0" ,
39
40
"symfony/asset-mapper" : " ^6.4|^7.0" ,
40
41
"symfony/framework-bundle" : " ^6.4|^7.0" ,
41
- "symfony/phpunit-bridge" : " ^6.4|^7.0 " ,
42
+ "symfony/phpunit-bridge" : " ^7.2 " ,
42
43
"symfony/twig-bundle" : " ^6.4|^7.0" ,
43
44
"symfony/ux-twig-component" : " ^2.18" ,
44
45
"symfony/ux-icons" : " ^2.18"
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
5
- colors =" true"
6
- bootstrap =" vendor/autoload.php"
7
- failOnRisky =" true"
8
- failOnWarning =" true"
3
+ <phpunit
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
6
+ colors =" true"
7
+ bootstrap =" vendor/autoload.php"
8
+ failOnRisky =" true"
9
+ failOnWarning =" true"
10
+ displayDetailsOnTestsThatTriggerWarnings =" true"
9
11
>
10
- <coverage processUncoveredFiles = " true " >
12
+ <source >
11
13
<include >
12
- <directory suffix = " .php " >./src</directory >
14
+ <directory >./src</directory >
13
15
</include >
14
- </coverage >
15
-
16
+ </source >
17
+
16
18
<php >
17
- <ini name =" error_reporting" value =" -1" />
18
- <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
19
+ <ini name =" error_reporting" value =" -1" />
20
+ <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
19
21
</php >
20
22
21
23
<testsuites >
Original file line number Diff line number Diff line change 21
21
"symfony/ux-map" : " ^2.19"
22
22
},
23
23
"require-dev" : {
24
- "symfony /phpunit-bridge " : " ^6.4|^7 .0" ,
24
+ "phpunit /phpunit" : " ^12 .0" ,
25
25
"symfony/ux-icons" : " ^2.18"
26
26
},
27
27
"autoload" : {
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
5
- colors =" true"
6
- bootstrap =" vendor/autoload.php"
7
- failOnRisky =" true"
8
- failOnWarning =" true"
3
+ <phpunit
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
6
+ colors =" true"
7
+ bootstrap =" vendor/autoload.php"
8
+ failOnRisky =" true"
9
+ failOnWarning =" true"
10
+ displayDetailsOnTestsThatTriggerWarnings =" true"
9
11
>
10
- <coverage processUncoveredFiles = " true " >
12
+ <source >
11
13
<include >
12
- <directory suffix = " .php " >./src</directory >
14
+ <directory >./src</directory >
13
15
</include >
14
- </coverage >
15
-
16
+ </source >
17
+
16
18
<php >
17
- <ini name =" error_reporting" value =" -1" />
18
- <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
19
+ <ini name =" error_reporting" value =" -1" />
20
+ <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
19
21
</php >
20
22
21
23
<testsuites >
Original file line number Diff line number Diff line change 21
21
"symfony/ux-map" : " ^2.19"
22
22
},
23
23
"require-dev" : {
24
- "symfony /phpunit-bridge " : " ^6.4|^7 .0" ,
24
+ "phpunit /phpunit" : " ^12 .0" ,
25
25
"symfony/ux-icons" : " ^2.18"
26
26
},
27
27
"autoload" : {
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
5
- colors =" true"
6
- bootstrap =" vendor/autoload.php"
7
- failOnRisky =" true"
8
- failOnWarning =" true"
3
+ <phpunit
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
6
+ colors =" true"
7
+ bootstrap =" vendor/autoload.php"
8
+ failOnRisky =" true"
9
+ failOnWarning =" true"
10
+ displayDetailsOnTestsThatTriggerWarnings =" true"
9
11
>
10
- <coverage processUncoveredFiles = " true " >
12
+ <source >
11
13
<include >
12
- <directory suffix = " .php " >./src</directory >
14
+ <directory >./src</directory >
13
15
</include >
14
- </coverage >
15
-
16
+ </source >
17
+
16
18
<php >
17
- <ini name =" error_reporting" value =" -1" />
18
- <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
19
+ <ini name =" error_reporting" value =" -1" />
20
+ <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
19
21
</php >
20
22
21
23
<testsuites >
Original file line number Diff line number Diff line change 70
70
"symfony/css-selector" : " 7.2.*" ,
71
71
"symfony/debug-bundle" : " 7.2.*" ,
72
72
"symfony/maker-bundle" : " ^1.61" ,
73
- "symfony/phpunit-bridge" : " 7.2.* " ,
73
+ "symfony/phpunit-bridge" : " ^ 7.2" ,
74
74
"symfony/stopwatch" : " 7.2.*" ,
75
75
"symfony/web-profiler-bundle" : " 7.2.*" ,
76
76
"vincentlanglet/twig-cs-fixer" : " 3.1.*" ,
You can’t perform that action at this time.
0 commit comments