hettiger / larapress

A Laravel 4 CMS – WARNING: This project is no longer being developed because there are many good alternatives now.
MIT License
155 stars 26 forks source link

Update the controllers + their tests #38

Closed hettiger closed 10 years ago

hettiger commented 10 years ago

Controllers will also need to make use of dependency injection. This allows us to run PHPUnit tests without framework context so we can have automated tests in a larapress core composer package.

hettiger commented 10 years ago

Done with all of them except the HomeController

hettiger commented 10 years ago

The HomeController seems fine now. It's tests need to be updated to close this issue thought.

hettiger commented 10 years ago

done