JeffreyWay / Laravel-Test-Helpers

Easier testing in Laravel.
https://packagist.org/packages/way/laravel-test-helpers
217 stars 40 forks source link

ModelHelpers with PHP 5.3 #19

Closed russback closed 11 years ago

russback commented 11 years ago

I notice that the ModelHelpers are imported as traits - is there a way to use this with 5.3?

JeffreyWay commented 11 years ago

you could always copy and paste those methods into a class that your test can extend.