Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 198cacd

Browse filesBrowse files
committed
relax assertions in tests
1 parent e197c9a commit 198cacd
Copy full SHA for 198cacd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-8
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php
+1-8Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,12 +2376,7 @@ public function testTimezone()
23762376
[@name="name"]
23772377
[@class="my&class form-control"]
23782378
[not(@required)]
2379-
[./optgroup
2380-
[@label="Europe"]
2381-
[./option[@value="Europe/Vienna"][@selected="selected"][.="Vienna"]]
2382-
]
2383-
[count(./optgroup)>10]
2384-
[count(.//option)>200]
2379+
[.//option[@value="Europe/Vienna"][@selected="selected"]]
23852380
'
23862381
);
23872382
}
@@ -2397,8 +2392,6 @@ public function testTimezoneWithPlaceholder()
23972392
'/select
23982393
[@class="my&class form-control"]
23992394
[./option[@value=""][not(@selected)][not(@disabled)][.="[trans]Select&Timezone[/trans]"]]
2400-
[count(./optgroup)>10]
2401-
[count(.//option)>201]
24022395
'
24032396
);
24042397
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.