thephpleague / factory-muffin

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

Adds support for setting model attributes through setters #404

Closed luiz-brandao closed 8 years ago

luiz-brandao commented 8 years ago

Some model attributes needs to be set through setter methods, but FactoryMuffin only sets the attributes directly. This fix checks for the presence of a setter method on the model and calls it instead. I also included a camelize function. It could possibly be refactored to another class.

luiz-brandao commented 8 years ago

I'm gonna send this again once I fix the coding style issues :P