netlogix / event-sourcing-test-essentials
Test helpers for netlogix/event-sourcing
Installs: 554
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- neos/event-sourcing: ^2.6
- neos/flow: ^8.2
- netlogix/event-sourcing: dev-main || ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2023-11-12 20:10:13 UTC
README
todo
autoload-dev in project
This package needs to be added to the autoload-dev section of your project composer.json:
{ "autoload-dev": { "psr-4": { "Netlogix\\EventSourcing\\TestEssentials\\Tests\\": "Packages/Application/Netlogix.EventSourcing.TestEssentials/Tests" } } }