From 3e523b765ef19cb4f6f1dfe32b0cfa971fbc9d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Thu, 29 Apr 2021 15:03:13 +0200 Subject: [PATCH] [DebugBundle] Do not enable it in test env --- symfony/debug-bundle/4.1/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/debug-bundle/4.1/manifest.json b/symfony/debug-bundle/4.1/manifest.json index 6d44d093..8344d05a 100644 --- a/symfony/debug-bundle/4.1/manifest.json +++ b/symfony/debug-bundle/4.1/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev", "test"] + "Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/"