File tree
Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -62,8 +62,9 @@ The simplest ``TypeTestCase`` implementation looks like the following::
|
62 | 62 | // submit the data to the form directly
|
63 | 63 | $form->submit($formData);
|
64 | 64 |
|
65 |
| -$objectToCompare = $form->getData(); |
66 | 65 | $this->assertTrue($form->isSynchronized());
|
| 66 | + |
| 67 | +// check that $objectToCompare was modified as expected when the form was submitted |
67 | 68 | $this->assertEquals($object, $objectToCompare);
|
68 | 69 |
|
69 | 70 | $view = $form->createView();
|
|
You can’t perform that action at this time.
0 commit comments