laravel-websockets/tests/Websocket
Fabian @ Blax Software 093bbe3a44 A tests, documentation for helpers and lifecycle
- Introduced `helpers-and-testing.md` to document global helpers and WebsocketService class usage.
- Created `HandlerLifecycleTest.php` to test the full WebSocket handler lifecycle, including connection management, channel subscriptions, and message routing.
- Added `WebsocketServiceTest.php` to validate state tracking methods in WebsocketService, covering user authentication, channel tracking, and broadcast functionality.
2026-04-02 12:44:16 +02:00
..
HandlerForkPathTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
HandlerSocketPairIntegrationTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
HandlerStabilityTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
MockConnectionSocketPairTest.php I performance, A testing & event-driven 2026-01-24 13:34:29 +01:00