trypost/tests/Unit/Events
Paulo Castellano 4f3d9ff015 refactor: prefer string interpolation over concatenation for channel names
Convert all 'foo.'.$bar style concatenations to "foo.{$bar}" interpolation
in event broadcast channels (PostCreated, PostDeleted, PostCommentCreated,
PostPlatformStatusUpdated, NotificationCreated) and the related event
tests.

Document the convention in CLAUDE.md so new code follows the pattern.
2026-05-08 19:22:01 -03:00
..
PostCreatedTest.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00
PostDeletedTest.php feat: workspace-scoped broadcast channel and post lifecycle events 2026-05-07 16:02:22 -03:00
PostPlatformStatusUpdatedTest.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00