Commit 7e5dfcf
committed
Merge branch '3.4' into 4.2
* 3.4:
[Phpunit] fixed support for PHP 5.3
Response prepare method update
[Workflow] Added missing license header
Check if Client exists when test.client does not exist, to provide clearer exception message
[Form] Preventing validation of children if parent with Valid constraint has no validation groups
[Tests] fixed compatbility of assertEquals(): void
[Intl] Fix test
[Validator] Add the missing translations for the Arabic (ar) locale
[Intl] Add compile binary
[Form] Fixed some phpdocs17 files changed
+152-68Lines changed: 152 additions & 68 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bridge/PhpUnit/bin
- Bundle/FrameworkBundle/Test
- Component
- Form
- ChoiceList
- Factory
- Loader
- Extension/Validator/Constraints
- Tests/Extension
- Core/DataTransformer
- Traits
- Validator/Constraints
- HttpFoundation
- Intl
- Resources/bin
- Tests/Util
- Validator/Resources/translations
- Workflow
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/bin/simple-phpunit+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
74 | 74 | |
75 | 75 | |
76 | 76 | |
77 | | - |
| 77 | + |
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
82 | 82 | |
83 | 83 | |
84 | 84 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
40 | 43 | |
41 | 44 | |
42 | 45 | |
|
Collapse file
src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php+7-9Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | | - |
20 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
21 | 22 | |
22 | 23 | |
23 | 24 | |
| ||
43 | 44 | |
44 | 45 | |
45 | 46 | |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
52 | 47 | |
53 | 48 | |
54 | 49 | |
| ||
212 | 207 | |
213 | 208 | |
214 | 209 | |
| 210 | + |
| 211 | + |
215 | 212 | |
216 | 213 | |
217 | 214 | |
| ||
232 | 229 | |
233 | 230 | |
234 | 231 | |
| 232 | + |
235 | 233 | |
236 | 234 | |
237 | 235 | |
|
Collapse file
src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php+25-1Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
39 | 57 | |
40 | 58 | |
41 | 59 | |
| ||
62 | 80 | |
63 | 81 | |
64 | 82 | |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
65 | 89 | |
66 | 90 | |
67 | 91 | |
|
Collapse file
src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
32 | | - |
| 31 | + |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | | - |
47 | | - |
| 46 | + |
| 47 | + |
48 | 48 | |
49 | 49 | |
50 | 50 | |
|
Collapse file
src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
32 | | - |
| 31 | + |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | | - |
49 | | - |
| 48 | + |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
66 | | - |
67 | | - |
| 66 | + |
| 67 | + |
68 | 68 | |
69 | 69 | |
70 | 70 | |
|
Collapse file
src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
44 | 44 | |
45 | 45 | |
46 | 46 | |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
47 | 52 | |
48 | 53 | |
49 | 54 | |
|
Collapse file
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php+3-10Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
| 20 | + |
28 | 21 | |
29 | 22 | |
30 | 23 | |
| ||
95 | 88 | |
96 | 89 | |
97 | 90 | |
98 | | - |
| 91 | + |
99 | 92 | |
100 | 93 | |
101 | 94 | |
|
Collapse file
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php+13-20Lines changed: 13 additions & 20 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | 20 | |
| 21 | + |
| 22 | + |
20 | 23 | |
21 | 24 | |
22 | 25 | |
| ||
39 | 42 | |
40 | 43 | |
41 | 44 | |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
52 | 45 | |
53 | 46 | |
54 | 47 | |
| ||
152 | 145 | |
153 | 146 | |
154 | 147 | |
155 | | - |
| 148 | + |
156 | 149 | |
157 | 150 | |
158 | 151 | |
| ||
217 | 210 | |
218 | 211 | |
219 | 212 | |
220 | | - |
| 213 | + |
221 | 214 | |
222 | 215 | |
223 | 216 | |
224 | 217 | |
225 | 218 | |
226 | 219 | |
227 | | - |
| 220 | + |
228 | 221 | |
229 | 222 | |
230 | 223 | |
| ||
233 | 226 | |
234 | 227 | |
235 | 228 | |
236 | | - |
| 229 | + |
237 | 230 | |
238 | 231 | |
239 | 232 | |
| ||
243 | 236 | |
244 | 237 | |
245 | 238 | |
246 | | - |
| 239 | + |
247 | 240 | |
248 | 241 | |
249 | 242 | |
| ||
252 | 245 | |
253 | 246 | |
254 | 247 | |
255 | | - |
| 248 | + |
256 | 249 | |
257 | 250 | |
258 | 251 | |
259 | 252 | |
260 | 253 | |
261 | 254 | |
262 | | - |
| 255 | + |
263 | 256 | |
264 | 257 | |
265 | 258 | |
266 | 259 | |
267 | 260 | |
268 | 261 | |
269 | | - |
| 262 | + |
270 | 263 | |
271 | 264 | |
272 | 265 | |
| ||
276 | 269 | |
277 | 270 | |
278 | 271 | |
279 | | - |
| 272 | + |
280 | 273 | |
281 | 274 | |
282 | 275 | |
| ||
314 | 307 | |
315 | 308 | |
316 | 309 | |
317 | | - |
| 310 | + |
318 | 311 | |
319 | 312 | |
320 | 313 | |
|
Collapse file
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php+4-11Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
| 20 | + |
| 21 | + |
19 | 22 | |
20 | 23 | |
21 | 24 | |
| ||
33 | 36 | |
34 | 37 | |
35 | 38 | |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | 39 | |
47 | 40 | |
48 | 41 | |
| ||
108 | 101 | |
109 | 102 | |
110 | 103 | |
111 | | - |
| 104 | + |
112 | 105 | |
113 | 106 | |
114 | 107 | |
|
0 commit comments