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::
7878
7979 // The initial data may be used to compute custom view variables
8080 $view = $this->factory->create(TestedType::class, $formData)
81- ->createView()
82- ;
81+ ->createView();
8382
8483 $this->assertArrayHasKey('custom_var', $view->vars);
8584 $this->assertSame('expected value', $view->vars['custom_var']);
@@ -233,7 +232,7 @@ allows you to return a list of extensions to register::
233232
234233.. note ::
235234
236- By Default only the
235+ By default only the
237236 :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ CoreExtension ` is
238237 registered in tests. You can find other extensions from the Form component
239238 in the ``Symfony\Component\Form\Extension `` namespace.
You can’t perform that action at this time.
0 commit comments