Improve test coverage.

This commit is contained in:
James Cole
2018-03-03 10:15:39 +01:00
parent 9475fef8f6
commit 99d116f4ce
5 changed files with 187 additions and 16 deletions

View File

@@ -78,7 +78,7 @@ class UserController extends Controller
return response()->json([], 204);
}
throw new AccessDeniedException('');
throw new AccessDeniedException(''); // @codeCoverageIgnore
}
/**