Skip to content

Commit 3b95d09

Browse files
committed
bug #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 #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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy