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(); }