File tree 1 file changed +0
-9
lines changed
src/Symfony/Bridge/Twig/Tests/Extension
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -2551,13 +2551,8 @@ public function testTimezone()
2551
2551
[@name="name"]
2552
2552
[@class="my&class form-control"]
2553
2553
[not(@required)]
2554
- <<<<<<< HEAD
2555
2554
[./option[@value="Europe/Vienna"][@selected="selected"][.="Europe / Vienna"]]
2556
- [count(./option)>200]
2557
- =======
2558
- [.//option[@value="Europe/Vienna"][@selected="selected"]]
2559
2555
[count(.//option)>200]
2560
- >>>>>>> 4.2
2561
2556
'
2562
2557
);
2563
2558
}
@@ -2573,11 +2568,7 @@ public function testTimezoneWithPlaceholder()
2573
2568
'/select
2574
2569
[@class="my&class form-control"]
2575
2570
[./option[@value=""][not(@selected)][not(@disabled)][.="[trans]Select&Timezone[/trans]"]]
2576
- <<<<<<< HEAD
2577
- [count(./option)>201]
2578
- =======
2579
2571
[count(.//option)>201]
2580
- >>>>>>> 4.2
2581
2572
'
2582
2573
);
2583
2574
}
You can’t perform that action at this time.
0 commit comments