Skip to content

Commit 9539ca9

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/unit_testing.rst

Lines 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)