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 77bcb9c commit 8abfc01Copy full SHA for 8abfc01
cookbook/form/unit_testing.rst
@@ -77,7 +77,7 @@ be the first test you write::
77
$form = $this->factory->create($type);
78
79
This test checks that none of your data transformers used by the form
80
-failed. The :method:`Symfony\\Component\\Form\\FormInterface::isSynchronized``
+failed. The :method:`Symfony\\Component\\Form\\FormInterface::isSynchronized`
81
method is only set to ``false`` if a data transformer throws an exception::
82
83
$form->bind($formData);
0 commit comments