Testing utilities that make it easy to test your event-sourcing code with PHPUnit. It ships a given / when / then test case for aggregates and a helper that drives subscribers through their lifecycle, so your tests describe behaviour instead of wiring.
when that also dispatches commands through your #[Handle] methodscomposer require --dev patchlevel/event-sourcing-phpunitNew here? Follow the getting started guide to write your first test.