From fa762a9f6daa7381a2c7731ca5c6b887ce4b9ed2 Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Thu, 4 Apr 2024 12:00:13 +0100 Subject: [PATCH] wip --- tests/TestConnection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestConnection.php b/tests/TestConnection.php index 30da19ce..01380931 100644 --- a/tests/TestConnection.php +++ b/tests/TestConnection.php @@ -76,6 +76,7 @@ public function await(): mixed */ public function assertReceived(string $message, ?int $count = null): void { + dump($this->receivedMessages); if (! in_array($message, $this->receivedMessages) || $count !== null) { $this->await(); }