From 5c8553b7bbc02bc22811cb1fc0ee10f20fb410e9 Mon Sep 17 00:00:00 2001 From: janpalen Date: Wed, 31 Jul 2024 12:12:54 +0200 Subject: [PATCH] OP-448 - Fix behat config --- tests/Application/.env | 2 +- tests/Application/config/sylius/1.13/bundles.php | 7 +++++++ .../suites/ui/managing_payment_method_multisafepay.yml | 2 +- .../suites/ui/paying_with_multisafepay_for_order.yml | 2 +- .../Resources/suites/ui/refunding_multisafepay_payment.yml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/tests/Application/.env b/tests/Application/.env index e9711c8..3076069 100644 --- a/tests/Application/.env +++ b/tests/Application/.env @@ -12,7 +12,7 @@ APP_SECRET=EDITME # Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url # For a sqlite database, use: "sqlite:///%kernel.project_dir%/var/data.db" # Set "serverVersion" to your server version to avoid edge-case exceptions and extra database calls -DATABASE_URL=mysql://root@127.0.0.1/sylius_multi_safepay%kernel.environment%?serverVersion=8.0 +DATABASE_URL=mysql://root@127.0.0.1/sylius_multi_safepay_%kernel.environment%?serverVersion=8.0 ###< doctrine/doctrine-bundle ### ###> lexik/jwt-authentication-bundle ### diff --git a/tests/Application/config/sylius/1.13/bundles.php b/tests/Application/config/sylius/1.13/bundles.php index 5d54121..e615f85 100644 --- a/tests/Application/config/sylius/1.13/bundles.php +++ b/tests/Application/config/sylius/1.13/bundles.php @@ -1,5 +1,12 @@