File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ The simplest ``TypeTestCase`` implementation looks like the following::
78
78
79
79
// The initial data may be used to compute custom view variables
80
80
$view = $this->factory->create(TestedType::class, $formData)
81
-
881D
->createView()
82
- ;
81
+ ->createView();
83
82
84
83
$this->assertArrayHasKey('custom_var', $view->vars);
85
84
$this->assertSame('expected value', $view->vars['custom_var']);
@@ -233,7 +232,7 @@ allows you to return a list of extensions to register::
233
232
234
233
.. note ::
235
234
236
- By Default only the
235
+ By default only the
237
236
:class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ CoreExtension ` is
238
237
registered in tests. You can find other extensions from the Form component
239
238
in the ``Symfony\Component\Form\Extension `` namespace.
You can’t perform that action at this time.
0 commit comments