Skip to content

Commit

Permalink
OP-448 - Fix behat config
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Jul 31, 2024
1 parent 46e5bec commit 5c8553b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Application/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/sylius_multi_safepay%kernel.environment%?serverVersion=8.0
DATABASE_URL=mysql://[email protected]/sylius_multi_safepay_%kernel.environment%?serverVersion=8.0
###< doctrine/doctrine-bundle ###

###> lexik/jwt-authentication-bundle ###
Expand Down
7 changes: 7 additions & 0 deletions tests/Application/config/sylius/1.13/bundles.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

return [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ default:

- bitbag_sylius_multisafepay_plugin.behat.context.ui.admin.managing_payment_method_multisafepay
filters:
tags: "@managing_multisafepay_payment_method && @ui"
tags: "@managing_multisafepay_payment_method&&@ui"
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ default:

- bitbag_sylius_multisafepay_plugin.behat.context.ui.shop.checkout
filters:
tags: "@paying_with_multisafepay_for_order && @ui"
tags: "@paying_with_multisafepay_for_order&&@ui"
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ default:

- bitbag_sylius_multisafepay_plugin.behat.context.ui.admin.refund
filters:
tags: "@refunding_multisafepay_payment && @ui"
tags: "@refunding_multisafepay_payment&&@ui"

0 comments on commit 5c8553b

Please sign in to comment.