thephpleague / factory-muffin

Enables the rapid creation of objects for testing
https://factory-muffin.thephpleague.com/
MIT License
532 stars 72 forks source link

Implement the in memory store #452

Closed mbicknese closed 3 years ago

mbicknese commented 6 years ago

In some cases it is nice to be able to use your existing setup, without actually needing to persist your entities. e.g. When you run a unit test and simply want to re-use your existing factories.

By instantiating the muffin with the in memory store, one can simply create new fixtures.

GrahamCampbell commented 3 years ago

Thamks.