framework/tests/integration/api/Controller
Franz Liedke 04bcf1eef6
Fix inconsistent status codes
HTTP 401 should be used when logging in (i.e. authenticating) would make
a difference; HTTP 403 is reserved for requests that fail because the
already authenticated user is not authorized (i.e. lacking permissions)
to do something.
2019-08-21 00:06:31 +02:00
..
ApiControllerTestCase.php API Client: Use new error handling mechanism 2019-08-10 00:26:24 +02:00
CreateDiscussionControllerTest.php API Client: Use new error handling mechanism 2019-08-10 00:26:24 +02:00
CreateGroupControllerTest.php Fix inconsistent status codes 2019-08-21 00:06:31 +02:00
CreatePostControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00
CreateTokenControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00
CreateUserControllerTest.php API Client: Use new error handling mechanism 2019-08-10 00:26:24 +02:00
DeleteDiscussionControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00
ListDiscussionsControllerTest.php Prevent MySQL search operators from taking effect 2019-07-23 23:55:06 +02:00
ListGroupsControllerTest.php Move integration tests to separate directory 2019-02-01 19:01:12 +01:00
ListNotificationsControllerTest.php Fix inconsistent status codes 2019-08-21 00:06:31 +02:00
ListUsersControllerTest.php Fix inconsistent status codes 2019-08-21 00:06:31 +02:00
ShowDiscussionControllerTest.php API Client: Use new error handling mechanism 2019-08-10 00:26:24 +02:00
UpdateUserControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00