Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit 7c24ee5

Browse files
author
Cliff Odijk
committed
Fixed travis-ci build
1 parent 348e827 commit 7c24ee5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Functional/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ services:
1313

1414
asynchronous_command_handler:
1515
class: SimpleBus\BernardBundleBridge\Tests\Functional\Demo\LoggingCommandHandler
16-
arguments: [ @logger ]
16+
arguments: [ "@logger" ]
1717
tags:
1818
- { name: asynchronous_command_handler, handles: SimpleBus\BernardBundleBridge\Tests\Functional\Demo\AsynchronousCommand }
1919

2020
asynchronous_event_subscriber:
2121
class: SimpleBus\BernardBundleBridge\Tests\Functional\Demo\LoggingEventSubscriber
22-
arguments: [ @logger ]
22+
arguments: [ "@logger" ]
2323
tags:
2424
- { name: asynchronous_event_subscriber, subscribes_to: SimpleBus\BernardBundleBridge\Tests\Functional\Demo\Event }
2525

0 commit comments

Comments
 (0)