Skip to content

Commit ed028fc

Browse files
[Form] fix tests and deps
1 parent 2251ec3 commit ed028fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Symfony/Bridge/Twig/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/asset": "~2.8|~3.0|~4.0",
2424
"symfony/dependency-injection": "~2.8|~3.0|~4.0",
2525
"symfony/finder": "~2.8|~3.0|~4.0",
26-
"symfony/form": "^3.4.5|^4.0.5",
26+
"symfony/form": "^3.4.7|^4.0.7",
2727
"symfony/http-foundation": "^3.3.11|~4.0",
2828
"symfony/http-kernel": "~3.2|~4.0",
2929
"symfony/polyfill-intl-icu": "~1.0",
@@ -41,7 +41,7 @@
4141
"symfony/workflow": "~3.3|~4.0"
4242
},
4343
"conflict": {
44-
"symfony/form": "<3.4.5|<4.0.5,>=4.0",
44+
"symfony/form": "<3.4.7|<4.0.7,>=4.0",
4545
"symfony/console": "<3.4"
4646
},
4747
"suggest": {

src/Symfony/Component/Form/Tests/AbstractBootstrap4LayoutTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ public function testErrors()
166166
./span[@class="mb-0 d-block"]
167167
[./span[.="[trans]Error[/trans]"]]
168168
[./span[.="[trans]Error 1[/trans]"]]
169-
169+
170170
/following-sibling::span[@class="mb-0 d-block"]
171171
[./span[.="[trans]Error[/trans]"]]
172-
[./span[.="[trans]Error 2[/trans]"]]
172+
[./span[.="[trans]Error 2[/trans]"]]
173173
]
174174
[count(./span)=2]
175175
'

0 commit comments

Comments
 (0)