Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit3b95d09

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 parents58bdf84 +e2d8944 commit3b95d09

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)

[8]ページ先頭

©2009-2025 Movatter.jp