You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bundle/functional_testing.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ enqueue:
34
34
35
35
## Traceable message producer
36
36
37
-
Imagine you have a service that internally sends a message and you have to find out was the message sent or not.
37
+
Imagine you have a service `my_service` with a method `someMethod()` that internally sends a message and you have to find out was the message sent or not.
38
38
There is a solution for that. You have to enable traceable message producer in test environment.
39
39
40
40
```yaml
@@ -65,10 +65,11 @@ class FooTest extends WebTestCase
0 commit comments