Commit 578c1ff
test(signature-text): remove NaN/Inf provider entries
NaN, Inf and -Inf cannot arrive through the HTTP API (JSON does not
support those values), so testing the rejection path for them adds no
practical coverage and can break on certain PHP/IAppConfig
combinations. Remove the 9 affected data-provider entries and the
corresponding NaN/Inf assertions in the fallback test.
The is_finite() guard in production code is kept as defensive
programming.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent f7cbef2 commit 578c1ff
1 file changed
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | 242 | | |
246 | 243 | | |
247 | 244 | | |
248 | 245 | | |
249 | 246 | | |
250 | 247 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | 248 | | |
255 | 249 | | |
256 | 250 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | 251 | | |
261 | 252 | | |
262 | 253 | | |
| |||
268 | 259 | | |
269 | 260 | | |
270 | 261 | | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | 262 | | |
278 | 263 | | |
0 commit comments