diff --git a/symfony/framework-bundle/5.3/config/packages/framework.yaml b/symfony/framework-bundle/5.3/config/packages/framework.yaml index a5614574..47e64d0a 100644 --- a/symfony/framework-bundle/5.3/config/packages/framework.yaml +++ b/symfony/framework-bundle/5.3/config/packages/framework.yaml @@ -15,3 +15,9 @@ framework: #fragments: true php_errors: log: true + +when@test: + framework: + test: true + session: + storage_factory_id: session.storage.factory.mock_file diff --git a/symfony/framework-bundle/5.3/config/packages/test/framework.yaml b/symfony/framework-bundle/5.3/config/packages/test/framework.yaml deleted file mode 100644 index ee44ae54..00000000 --- a/symfony/framework-bundle/5.3/config/packages/test/framework.yaml +++ /dev/null @@ -1,4 +0,0 @@ -framework: - test: true - session: - storage_factory_id: session.storage.factory.mock_file diff --git a/symfony/framework-bundle/5.3/config/routes/dev/framework.yaml b/symfony/framework-bundle/5.3/config/routes/dev/framework.yaml deleted file mode 100644 index bcbbf13d..00000000 --- a/symfony/framework-bundle/5.3/config/routes/dev/framework.yaml +++ /dev/null @@ -1,3 +0,0 @@ -_errors: - resource: '@FrameworkBundle/Resources/config/routing/errors.xml' - prefix: /_error diff --git a/symfony/framework-bundle/5.3/config/routes/framework.yaml b/symfony/framework-bundle/5.3/config/routes/framework.yaml new file mode 100644 index 00000000..0fc74bba --- /dev/null +++ b/symfony/framework-bundle/5.3/config/routes/framework.yaml @@ -0,0 +1,4 @@ +when@dev: + _errors: + resource: '@FrameworkBundle/Resources/config/routing/errors.xml' + prefix: /_error