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 c838af7 commit 0d57e60Copy full SHA for 0d57e60
Tests/DependencyInjection/PhpFrameworkExtensionTest.php
@@ -92,6 +92,7 @@ public function testWorkflowDefaultMarkingStoreDefinition()
92
{
93
$container = $this->createContainerFromClosure(function ($container) {
94
$container->loadFromExtension('framework', [
95
+ 'http_method_override' => false,
96
'workflows' => [
97
'workflow_a' => [
98
'type' => 'state_machine',
0 commit comments