thephpleague / factory-muffin

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

Possibly switch off automatic usage of model setters #458

Closed florian-burger closed 3 years ago

florian-burger commented 5 years ago

If a user wants to disable automatic detection and calling of model setter methods while generating this can be done by a call to setUseModelSetters(false) before creating model instances

GrahamCampbell commented 3 years ago

Closing due to conflicts.