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

Appearance settings

Commit 9539ca9

Browse filesBrowse files
committed
Merge remote-tracking branch 'origin/2.8' into 2.8
* origin/2.8: [#8013] revert wrong data provider change correct PHP code
2 parents 52a517b + 7bfe65d commit 9539ca9
Copy full SHA for 9539ca9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎form/unit_testing.rst

Copy file name to clipboardExpand all lines: form/unit_testing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ allows you to return a list of extensions to register::
196196
$this->validator
197197
->method('validate')
198198
->will($this->returnValue(new ConstraintViolationList()));
199-
$validator
199+
$this->validator
200200
->method('getMetadataFor')
201201
->will($this->returnValue(new ClassMetadata(Form::class)));
202202

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.