Commit 1c15557
committed
fix(ci): remove sed workarounds — devkit now generates correct phpunit config
The root fix is in kariricode-devkit (PhpUnitConfigGenerator.php):
- failOnWarning="false" (was true)
- failOnRisky="false" (was true)
- <source> without restrict* attributes (removed restrictDeprecations/
restrictNotices/restrictWarnings)
All 'Patch phpunit.xml.dist' steps with sed commands are no longer needed.
Also reverts devkit.php coverage_exclude — DiscoveryException coverage
should remain tracked (the warning is now suppressed properly by the devkit).1 parent f4c242a commit 1c15557
3 files changed
Lines changed: 1 addition & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 46 | | |
60 | 47 | | |
61 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 97 | | |
109 | 98 | | |
110 | 99 | | |
| |||
171 | 160 | | |
172 | 161 | | |
173 | 162 | | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | 163 | | |
186 | 164 | | |
187 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments