We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52a517b + 7bfe65d commit 9539ca9Copy full SHA for 9539ca9
form/unit_testing.rst
@@ -196,7 +196,7 @@ allows you to return a list of extensions to register::
196
$this->validator
197
->method('validate')
198
->will($this->returnValue(new ConstraintViolationList()));
199
- $validator
+ $this->validator
200
->method('getMetadataFor')
201
->will($this->returnValue(new ClassMetadata(Form::class)));
202
0 commit comments