I am getting on well with TDD. I think I need some global helpers, to DRY up my tests.
https://laracasts.com/series/phpunit-testing-in-laravel/episodes/10
Setup
Jeff has:
public function setUp()
{
parent::setUp();
}
Adding functions to the parent
Just add a function to TestCase.php!