Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5f450b

Browse files
committed
minor #31352 [TwigBridge] fix conflict resolution (xabbuh)
This PR was merged into the 4.3-dev branch. Discussion ---------- [TwigBridge] fix conflict resolution | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- d99da56 fix conflict resolution
2 parents 58d03ea + d99da56 commit c5f450b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,13 +2551,8 @@ public function testTimezone()
25512551
[@name="name"]
25522552
[@class="my&class form-control"]
25532553
[not(@required)]
2554-
<<<<<<< HEAD
25552554
[./option[@value="Europe/Vienna"][@selected="selected"][.="Europe / Vienna"]]
2556-
[count(./option)>200]
2557-
=======
2558-
[.//option[@value="Europe/Vienna"][@selected="selected"]]
25592555
[count(.//option)>200]
2560-
>>>>>>> 4.2
25612556
'
25622557
);
25632558
}
@@ -2573,11 +2568,7 @@ public function testTimezoneWithPlaceholder()
25732568
'/select
25742569
[@class="my&class form-control"]
25752570
[./option[@value=""][not(@selected)][not(@disabled)][.="[trans]Select&Timezone[/trans]"]]
2576-
<<<<<<< HEAD
2577-
[count(./option)>201]
2578-
=======
25792571
[count(.//option)>201]
2580-
>>>>>>> 4.2
25812572
'
25822573
);
25832574
}

0 commit comments

Comments
 (0)