I've started using laracasts/integrated on my Zend project, and am trying to figure out if I can use laracasts/test dummy too. I can't see how the database connection and models would work.
I have a hunch: can I use github.com/illuminate/database with eloquent models to simply define my database for the purpose of test dummy, but not actually use these libraries in my project? Does this seem like a crazy idea?
Or can I pass in an extension of Zend_Db_Table_Row which implements the TestDummy IsPersistable interface?