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