Skip to content

Commit 0e4f789

Browse files
author
Andreas Hucks
committed
changed test config
1 parent a98d554 commit 0e4f789

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/switchuser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
imports:
2-
- { resource: config.yml }
3-
4-
framework:
5-
profiler: { only_exceptions: false }
2+
- { resource: ./config.yml }
63

74
security:
85
providers:

src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/framework.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ framework:
1111
session:
1212
auto_start: true
1313
storage_id: session.storage.mock_file
14+
profiler: { only_exceptions: false }
1415

1516
services:
1617
logger: { class: Symfony\Component\HttpKernel\Log\NullLogger }

0 commit comments

Comments
 (0)