emailhelpdesk's avatar

laracasts test dummy without laravel

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.

Is this not possible?

0 likes
2 replies
Robstar's avatar

By "test dummy" are you referring to the base Laravel TestCase class?

emailhelpdesk's avatar

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?

Please or to participate in this conversation.