Commit e86f018
committed
test(cleanup): remove output noise from tests and fix phpunit schema deprecation
Remove 6 output helper tests from AbstractCommandTest that produced
terminal noise (hello, ⚠ caution, ✗ something failed, My Banner, etc.).
These tests call fwrite(STDOUT/STDERR) directly which bypasses PHPUnit's
output buffering, making them unverifiable (assertTrue(true) only).
Update phpunit.xml schema template from 11.0 to 12.5 in PhpUnitConfigGenerator
so that kcode init generates configs compatible with PHPUnit 12.5, eliminating:
'Your XML configuration validates against a deprecated schema.'
Result:
152 tests · ✓ Tests passed · 0 deprecations · 0 warnings · 0 risky1 parent d840e12 commit e86f018
2 files changed
Lines changed: 1 addition & 47 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | 187 | | |
0 commit comments