Skip to content

Commit ab9d44a

Browse files
committed
minor #8013 correct PHP code (MedUnes, xabbuh)
This PR was submitted for the 3.3 branch but it was merged into the 2.8 branch instead (closes #8013). Discussion ---------- correct PHP code Commits ------- 9d1eab7 [#8013] revert wrong data provider change 80e664a correct PHP code
2 parents b091786 + 9d1eab7 commit ab9d44a

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)