https://github.com/netlogix/netlogix.eventsourcing.testessentials
Test helpers for netlogix/event-sourcing
https://github.com/netlogix/netlogix.eventsourcing.testessentials
Last synced: about 2 months ago
JSON representation
Test helpers for netlogix/event-sourcing
- Host: GitHub
- URL: https://github.com/netlogix/netlogix.eventsourcing.testessentials
- Owner: netlogix
- License: mit
- Created: 2023-01-11T14:36:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T18:09:44.000Z (over 2 years ago)
- Last Synced: 2024-04-29T13:21:46.852Z (about 1 year ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netlogix.EventSourcing.TestEssentials
todo
## autoload-dev in project
This package needs to be added to the autoload-dev section of your project composer.json:
```json
{
"autoload-dev": {
"psr-4": {
"Netlogix\\EventSourcing\\TestEssentials\\Tests\\": "Packages/Application/Netlogix.EventSourcing.TestEssentials/Tests"
}
}
}
```