chriskite / phactory

A Database Factory for PHP Unit Tests
http://phactory.org
MIT License
140 stars 39 forks source link

Add support to closures #42

Closed talyssonoc closed 7 years ago

talyssonoc commented 9 years ago

This adds support for using a function or Closure as value, so the user will be able to pass functions that return timestamps, or use Faker inside of them, similar to how factory_girl works.

talyssonoc commented 9 years ago

@chriskite ?

talyssonoc commented 9 years ago

@jimbojsb @chriskite, some update about it ?