8000 bug #10535 [Form] Fixed tests after merging pattern deprecation (stef… · h4ck3rm1k3/symfony@3b95d09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b95d09

Browse files
committed
bug symfony#10535 [Form] Fixed tests after merging pattern deprecation (stefanosala)
This PR was merged into the 2.5-dev branch. Discussion ---------- [Form] Fixed tests after merging pattern deprecation | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Tests were not run on symfony#10001. Here are some fixes. Commits ------- e2d8944 Fixed tests after merging pattern deprecation
2 parents 58bdf84 + e2d8944 commit 3b95d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ public function testTextarea()
14971497
$this->assertWidgetMatchesXpath($form->createView(), array(),
14981498
'/textarea
14991499
[@name="name"]
1500-
[not(@pattern)]
1500+
[@pattern="foo"]
15011501
[.="foo&bar"]
15021502
'
15031503
);

0 commit comments

Comments
 (0)
0