stable

Clone or download

Read-only

Adjust to breaking changes of lcobucci/jwt in e2e tests

Part of request #21412 Run PHP unit tests on PHP 8.0 nightly How to test: Cypress tests should succeed in oauth2_server plugin. Modify tests/e2e/full/run.sh to only run oauth2 server plugin tests: - find /tuleap/plugins/*/tests/e2e/ + find /tuleap/plugins/oauth2_server/tests/e2e/ Then run cypress tests: $ make tests_cypress Don't forget to "git restore" (cancel) the modification ! $ git restore tests/ Change-Id: I6bcc0ed793d8f0504b61e37873826ed4736d4b04

Modified Files

Name
A plugins/oauth2_server/tests/e2e/cypress/rp-oidc/HasExpectedNonce.php +58 −0 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2AuthorizationCallbackController.php +32 −20 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/app.php +5 −2 Go to diff View file