Skip to content

Commit bf48975

Browse files
committed
Add reset message queues before scenario with zentruck/messenger-test
1 parent af563da commit bf48975

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/MessengerContext/clear_transport.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,8 @@ We also support auto clear message queue with [zenstruck/messenger-test](https:/
5151
async: test://
5252
```
5353

54-
## Transport
55-
56-
You can interact with the test transports in your tests by using the
57-
`InteractsWithMessenger` trait in your `KernelTestCase`/`WebTestCase` tests.
58-
You can assert the different steps of message processing by asserting on the queue
59-
and the different states of message processing like "acknowledged", "rejected" and so on.
54+
More details you can see in [origin package repository](https://github.com/zenstruck/messenger-test)
6055

61-
> **Note**: If you only need to know if a message has been dispatched you can
62-
> make assertions [on the bus itself](#bus).
56+
> **Note**:Zentruck will be used automatically after installation.
6357

64-
More details you can see in [origin package repository](https://github.com/zenstruck/messenger-test)
6558

66-
Zentruck will be used automatically after installation.

0 commit comments

Comments
 (0)