An open API service indexing awesome lists of open source software.

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

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"
}
}
}
```