Commit c715827
committed
minor symfony#59850 [VarDumper] Don't make
This PR was merged into the 7.3 branch.
Discussion
----------
[VarDumper] Don't make `CurlCasterTest` response status dependant
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
This test sometimes fail because http://example.com/ returns a status code 400 instead of 200, making the CI red randomly. I think this test success should not depend on the status code, the goal is only to check if the data is properly formatted.
Commits
-------
83bce43 [VarDumper] Don't make `CurlCasterTest` response status dependantCurlCasterTest response status dependant (alexandre-daubois)File tree
1 file changed
+2
-1
lines changed- src/Symfony/Component/VarDumper/Tests/Caster
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments