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. |
||
|---|---|---|
| .. | ||
| .pest | ||
| Browser | ||
| Feature | ||
| Performance | ||
| Support | ||
| Unit | ||
| Pest.php | ||
| TestCase.php | ||
| bootstrap.php | ||