Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd308a commit e2b7a16Copy full SHA for e2b7a16
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