mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
enable framework.profiler.collect_serializer_data in the test environment (#1433)
This commit is contained in:
@@ -8,4 +8,6 @@ when@dev:
|
||||
|
||||
when@test:
|
||||
framework:
|
||||
profiler: { collect: false }
|
||||
profiler:
|
||||
collect: false
|
||||
collect_serializer_data: true
|
||||
|
||||
Reference in New Issue
Block a user