From bf4897564486365729237b9750b63688e685eb32 Mon Sep 17 00:00:00 2001 From: Serhii Donii Date: Mon, 21 Oct 2024 00:36:21 +0300 Subject: [PATCH] Add reset message queues before scenario with zentruck/messenger-test --- docs/MessengerContext/clear_transport.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/MessengerContext/clear_transport.md b/docs/MessengerContext/clear_transport.md index 869fff9..acdb105 100644 --- a/docs/MessengerContext/clear_transport.md +++ b/docs/MessengerContext/clear_transport.md @@ -51,16 +51,8 @@ We also support auto clear message queue with [zenstruck/messenger-test](https:/ async: test:// ``` -## Transport - -You can interact with the test transports in your tests by using the -`InteractsWithMessenger` trait in your `KernelTestCase`/`WebTestCase` tests. -You can assert the different steps of message processing by asserting on the queue -and the different states of message processing like "acknowledged", "rejected" and so on. +More details you can see in [origin package repository](https://github.com/zenstruck/messenger-test) -> **Note**: If you only need to know if a message has been dispatched you can -> make assertions [on the bus itself](#bus). +> **Note**:Zentruck will be used automatically after installation. -More details you can see in [origin package repository](https://github.com/zenstruck/messenger-test) -Zentruck will be used automatically after installation.