thephpleague / factory-muffin

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

Examples of 3.0.0 usage #396

Closed jdgriffith closed 9 years ago

jdgriffith commented 9 years ago

Beginning to use 3.0.0 and I understand you don't have documentation yet. Any chance you have some working examples or simple prototypes though? I see where you have the callable maker argument in some places and would like to see how that is used in the new version. Thanks!

GrahamCampbell commented 9 years ago

All the docs on the readme are up to date for 3.0.

GrahamCampbell commented 9 years ago

We just haven't written the 2.x -> 3.0 upgrading guide yet.

jdgriffith commented 9 years ago

Ahh ok. Will look there. Thanks!

GrahamCampbell commented 9 years ago

Example 1 uses the callable generator btw. :)