Skip to content

Commit 93d0a99

Browse files
committed
Define default bus only for test environment
1 parent b5ce796 commit 93d0a99

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"symfony/browser-kit": "^4.1",
4747
"symfony/debug-bundle": "^4.1",
4848
"symfony/dotenv": "^4.1",
49+
"symfony/framework-bundle": "^4.1",
4950
"symfony/intl": "^4.1",
5051
"symfony/web-profiler-bundle": "^4.1",
5152
"symfony/web-server-bundle": "^4.1"

src/Resources/config/app/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ sylius_mailer:
2222

2323
framework:
2424
messenger:
25-
default_bus: sylius_refund_plugin.command_bus
2625
buses:
2726
sylius_refund_plugin.command_bus: ~
2827
sylius_refund_plugin.event_bus:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
framework:
2+
messenger:
3+
default_bus: sylius_refund_plugin.command_bus

0 commit comments

Comments
 (0)