Skip to content

Commit 3dc8ba5

Browse files
committed
minor #20040 [Mercure] fix service definition example in testing section (dbu)
This PR was merged into the 5.4 branch. Discussion ---------- [Mercure] fix service definition example in testing section Tried to follow the example and noticed that this was wrong Commits ------- fa16f07 fix service definition example in testing section
2 parents fd62a9a + fa16f07 commit 3dc8ba5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mercure.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,9 @@ sent:
673673
.. code-block:: yaml
674674
675675
# config/services_test.yaml
676-
mercure.hub.default:
677-
class: App\Tests\Functional\Stub\HubStub
676+
services:
677+
mercure.hub.default:
678+
class: App\Tests\Functional\Stub\HubStub
678679
679680
As MercureBundle support multiple hubs, you may have to replace
680681
the other service definitions accordingly.

0 commit comments

Comments
 (0)