thephpleague / factory-muffin

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

[3.0] [Proposal] Remove Customisation From "FactoryMuffin" #338

Closed GrahamCampbell closed 9 years ago

GrahamCampbell commented 9 years ago

Now that the facade has gone, it should be super easy for people to extend the "FactoryMuffin" class to customize it. Now that this is so easy, do we really need all the closure based customisation methods?

I propose we rip the out in 3.0 so our class is nice and clean without a load of runtime hacks.

scottrobertson commented 9 years ago

:+1:

GrahamCampbell commented 9 years ago

Pull incoming...

GrahamCampbell commented 9 years ago

339.