laravel-websockets/tests
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
..
Apps A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
Cache A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
Commands A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
Handlers Renovation 2025-01-16 08:54:02 +01:00
Ipc A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
Mocks I stability 2026-03-21 12:56:50 +01:00
Models Renovation 2025-01-16 08:54:02 +01:00
Unit A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
Websocket A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
database/factories Renovation 2025-01-16 08:54:02 +01:00
AsyncRedisQueueTest.php Renovation 2025-01-16 08:54:02 +01:00
ConnectionTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
HandlerLifecycleTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
HealthTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
LocalPongRemovalTest.php Renovation 2025-01-16 08:54:02 +01:00
PingTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
PresenceChannelTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
PrivateChannelTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
PublicChannelTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
RedisPongRemovalTest.php Renovation 2025-01-16 08:54:02 +01:00
ReplicationTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
TestCase.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
TestServiceProvider.php Renovation 2025-01-16 08:54:02 +01:00
WebsocketServiceTest.php A tests, documentation for helpers and lifecycle 2026-04-02 12:44:16 +02:00
bootstrap.php I performance, A testing & event-driven 2026-01-24 13:34:29 +01:00