Skip to content

Commit b0a243d

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #902
2 parents 792a67b + e48de21 commit b0a243d

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

symfony/framework-bundle/5.3/config/packages/framework.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ framework:
1616
#fragments: true
1717
php_errors:
1818
log: true
19+
20+
when@test:
21+
framework:
22+
test: true
23+
session:
24+
storage_factory_id: session.storage.factory.mock_file

symfony/framework-bundle/5.3/config/packages/test/framework.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

symfony/framework-bundle/5.3/config/routes/dev/framework.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
when@dev:
2+
_errors:
3+
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
4+
prefix: /_error

0 commit comments

Comments
 (0)