Commit eeb9ac2
authored
fix(workflows): exclude abstract test base classes from Mage-OS suite (#373)
PHPUnit 12 treats discovered Abstract*Test.php files as runner warnings,
which the integration job interprets as exit code 1 even when all concrete
tests pass. Generate <exclude> entries for any Abstract*Test.php inside
the included shards. Also fix unescaped backticks in the trailing echo so
bash no longer logs "integrationIgnore: command not found".1 parent 6cacbc6 commit eeb9ac2
1 file changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
238 | 254 | | |
239 | 255 | | |
240 | 256 | | |
| |||
243 | 259 | | |
244 | 260 | | |
245 | 261 | | |
246 | | - | |
| 262 | + | |
247 | 263 | | |
248 | 264 | | |
249 | 265 | | |
| |||
0 commit comments