Fixed tests after merging pattern deprecation

This commit is contained in:
Stefano Sala 2014-03-26 14:06:37 +01:00 committed by Fabien Potencier
parent 58bdf842b7
commit e2d8944076

View File

@ -1497,7 +1497,7 @@ abstract class AbstractLayoutTest extends \Symfony\Component\Form\Test\FormInteg
$this->assertWidgetMatchesXpath($form->createView(), array(),
'/textarea
[@name="name"]
[not(@pattern)]
[@pattern="foo"]
[.="foo&bar"]
'
);