Skip to content

[TASK] Add functional tests for requests#152

Merged
mabolek merged 15 commits into
masterfrom
functional-request-tests
May 21, 2026
Merged

[TASK] Add functional tests for requests#152
mabolek merged 15 commits into
masterfrom
functional-request-tests

Conversation

@mabolek

@mabolek mabolek commented May 21, 2026

Copy link
Copy Markdown
Contributor

More complete integration testing for new code. The new tests fire off simulated HTTP requests that check everything from authentication to CUD operation success.

mabolek added 15 commits April 25, 2026 19:18
Unauthorized requests return a correct JSON response, also when the authorization header is missing or the method is wrong.
Operations that are not authenticated with a bearer token will now attempt authentication with basic HTTP authentication.
Unauthorized requests return a correct JSON response, also when the authorization header is missing or the method is wrong.
Operations that are not authenticated with a bearer token will now attempt authentication with basic HTTP authentication.
…unctional-request-tests

# Conflicts:
#	Classes/Authentication/HttpBackendUserAuthentication.php
Operations can now be authenticated with basic HTTP authentication as an alternative to bearer tokens.

(cherry picked from commit 642f1fb)
Unauthorized requests return a correct JSON response, also when the authorization header is missing or the method is wrong.

(cherry picked from commit 10cf320)
@mabolek mabolek marked this pull request as ready for review May 21, 2026 19:20
@mabolek mabolek merged commit 9591cff into master May 21, 2026
136 checks passed
@mabolek mabolek deleted the functional-request-tests branch May 21, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant