JeffreyWay / Laravel-Test-Helpers

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

Add ModelHelpers to TestFacade #58

Closed endorama closed 10 years ago

endorama commented 10 years ago

Hello, thanks for this nice utility! :)

I'm using it on Laravel and thought about integrating the ModelHelpers inside TestFacade to make easier to use the whole suite in a consistent way. So I'm proposing it here.

This PR add ModelHelper to TestFacade and adds all ModelHelpers method as aliases in Assert and Should, for better consistency.

Thanks for your work! cheers

endorama commented 10 years ago

Sorry, commited to master... closing