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 4971853 commit 164ba5aCopy full SHA for 164ba5a
tests/Functional/FormTest.php
@@ -46,7 +46,6 @@ public function testFormTypeGuessing()
46
'date_of_birth_month' => 'select',
47
'date_of_birth_day' => 'select',
48
'is_admin' => 'checkbox',
49
- '_token' => 'hidden',
50
], $inputs);
51
}
52
tests/Functional/app/TestKernel.php
@@ -58,6 +58,8 @@ public function registerContainerConfiguration(LoaderInterface $loader)
58
'form' => true,
59
'assets' => false,
60
'session' => $sessionConfig,
61
+ 'csrf_protection' => false,
62
+ 'property_access' => true,
63
]);
64
65
$container->loadFromExtension('twig', [
0 commit comments