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 3a527fd commit 0c0720bCopy full SHA for 0c0720b
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