whisper-money/tests/Feature/Events
Víctor Falcón 5700f85cf7 test(events): guard against double-registered transaction listeners
The PHP-LARAVEL-3V fix removed the explicit Event::listen calls that,
combined with event discovery, registered each transaction listener
twice. Add a regression test that fires each transaction event and
asserts its queued listener is dispatched exactly once, so re-adding an
explicit registration (or otherwise double-wiring) fails CI.
2026-07-02 15:18:52 +02:00
..
TransactionListenerRegistrationTest.php test(events): guard against double-registered transaction listeners 2026-07-02 15:18:52 +02:00