From e69f062a0133e3744b4c7a033c0c89f46574b3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Nizio=C5=82?= Date: Tue, 18 Sep 2018 20:42:17 +0200 Subject: [PATCH] NelmioAliceBundle > use the same configuration for both "dev" and "test" environments (import instead of duplicate) --- nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml b/nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml index e2ae069c..caec543d 100644 --- a/nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml +++ b/nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml @@ -1,3 +1,2 @@ -nelmio_alice: - functions_blacklist: - - 'current' +imports: + - { resource: ../dev/nelmio_alice.yaml }