Skip to content

Commit 6228da5

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix merge [Translation] Fix handling of null messages in `ArrayLoader` [Console] Remove exec and replace it by shell_exec [Security] Skip clearing CSRF Token on stateless logout
2 parents c757e13 + 0c0720b commit 6228da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/DependencyInjection/PhpFrameworkExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function testWorkflowDefaultMarkingStoreDefinition()
9292
{
9393
$container = $this->createContainerFromClosure(function ($container) {
9494
$container->loadFromExtension('framework', [
95+
'http_method_override' => false,
9596
'workflows' => [
9697
'workflow_a' => [
9798
'type' => 'state_machine',

0 commit comments

Comments
 (0)