public function testLoginPath()
 {
     $auth_controller = new AuthController();
     $this->assertEquals('/', $auth_controller->loginPath());
 }