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 a187966 commit aa11c41Copy full SHA for aa11c41
src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php
@@ -314,7 +314,7 @@ public function testMapFormsToDataIgnoresDisabled()
314
$config->setPropertyPath($propertyPath);
315
$config->setData($engine);
316
$config->setDisabled(true);
317
- $form = new Form($config);
+ $form = new SubmittedForm($config);
318
319
$this->mapper->mapFormsToData([$form], $car);
320
@@ -376,7 +376,7 @@ public function isSubmitted(): bool
376
}
377
378
379
-class NotSynchronizedForm extends Form
+class NotSynchronizedForm extends SubmittedForm
380
{
381
public function isSynchronized(): bool
382
0 commit comments