Skip to content

Commit f7a4301

Browse files
committed
Fix dev env
1 parent 5c2c2a0 commit f7a4301

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

node_modules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests/Application/node_modules

tests/Application/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ APP_SECRET=EDITME
1212
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
1313
# For a sqlite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
1414
# Set "serverVersion" to your server version to avoid edge-case exceptions and extra database calls
15-
DATABASE_URL=mysql://[email protected]/acme_sylius_example_plugin_%kernel.environment%?serverVersion=5.7
15+
DATABASE_URL=mysql://[email protected]/webgriffe_sylius_nexi_plugin_%kernel.environment%?serverVersion=5.7
1616
###< doctrine/doctrine-bundle ###
1717

1818
###> lexik/jwt-authentication-bundle ###
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
monolog:
2+
handlers:
3+
payum:
4+
type: stream
5+
path: "%kernel.logs_dir%/payum_%kernel.environment%.log"
6+
level: debug
7+
channels: ['payum']

tests/Application/config/routes/sylius_shop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ sylius_shop_default_locale:
1111
path: /
1212
methods: [GET]
1313
defaults:
14-
_controller: sylius.controller.shop.locale_switch:switchAction
14+
_controller: sylius.controller.shop.locale_switch::switchAction

0 commit comments

Comments
 (0)