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.
1 parent 75f899d commit 2ed1cc7Copy full SHA for 2ed1cc7
form/unit_testing.rst
@@ -59,7 +59,7 @@ The simplest ``TypeTestCase`` implementation looks like the following::
59
$form = $this->factory->create(TestedType::class, $model);
60
61
$expected = new TestObject();
62
- // ...populate $object properties with the data stored in $formData
+ // ...populate $expected properties with the data stored in $formData
63
64
// submit the data to the form directly
65
$form->submit($formData);
0 commit comments