Skip to content

Commit 3b28199

Browse files
committed
enable framework.profiler.collect_serializer_data in the test environment
1 parent 9490dae commit 3b28199

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

symfony/web-profiler-bundle/7.3/config/packages/web_profiler.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ when@dev:
88

99
when@test:
1010
framework:
11-
profiler: { collect: false }
11+
profiler:
12+
collect: false
13+
collect_serializer_data: true

0 commit comments

Comments
 (0)