| 1 | <?php |
||
| 5 | use MeestorHok\Blue\Http\Controllers\AdminController; |
||
| 6 | |||
| 7 | class AdminControllerTest extends PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | public function testItReturnsTheDashboardIfUserIsAuthenticated () |
||
| 13 | |||
| 14 | public function testItRedirectsToLoginIfUserIsNotAuthenticated () |
||
| 15 | { |
||
| 16 | $this->assertTrue(true); |
||
| 17 | } |
||
| 19 |