From 3560832528b307552c66df918be808607202dbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Wojda=C5=82owicz?= Date: Tue, 17 May 2022 14:55:12 +0200 Subject: [PATCH] try to fix behats in sylius 1.11 --- tests/Application/.env | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/Application/.env b/tests/Application/.env index 49e4b95..5f0098c 100644 --- a/tests/Application/.env +++ b/tests/Application/.env @@ -27,3 +27,10 @@ JWT_PASSPHRASE=YOUR_SECRET_PASSPHRASE # Delivery is disabled by default via "null://localhost" MAILER_URL=smtp://localhost ###< symfony/swiftmailer-bundle ### + +###> symfony/messenger ### +# Choose one of the transports below +# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages +MESSENGER_TRANSPORT_DSN=doctrine://default +# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages +###< symfony/messenger ###