Commit 728cec9
committed
This PR was merged into the 7.1 branch.
Discussion
----------
[Validator] Pass required `requireTld` option to `Url` in tests
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Fixes [this failure](https://github.com/symfony/symfony/actions/runs/10368087361/job/28700909856#step:8:2622)
Commits
-------
d93994d [Validator] Pass required `requireTld` option to `Url` in tests
File tree
1 file changed
+2
-4
lines changed- src/Symfony/Component/Validator/Tests/Constraints
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
| 111 | + | |
114 | 112 | | |
115 | 113 | | |
116 | 114 | | |
| |||
0 commit comments