Event Sourcing PHPUnit

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.

Features

Installation

composer require --dev patchlevel/event-sourcing-phpunit

Integration

New here? Follow the getting started guide to write your first test.