newConnection(); $this->wsHandler = app(HealthHandler::class); $this->wsHandler->onOpen($connection); $this->assertTrue( Str::contains($connection->sentRawData[0], '{"ok":true}') ); } }