8000 Fixed tests after merging pattern deprecation · symfony/symfony@e2d8944 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2d8944

Browse files
Stefano Salafabpot
Stefano Sala
authored andcommitted
Fixed tests after merging pattern deprecation
1 parent 58bdf84 commit e2d8944

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