test(api): setup api test coverage for oidc method#1050
Conversation
3fe5bee to
b6a7005
Compare
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
3c58fdf to
e788141
Compare
| # SPDX-License-Identifier: AGPL-3.0-or-later | ||
| Feature: setup the integration with OIDC method | ||
|
|
||
|
|
There was a problem hiding this comment.
Do we need extra apps(OIDC) installed and enabled or not to run this test?
There was a problem hiding this comment.
yes, that should be the part of the setup.
594988c to
24560bd
Compare
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Co-authored-by: Nalem7 <61624650+nabim777@users.noreply.github.com> Signed-off-by: Sawjan Gurung <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
24560bd to
1e45dbc
Compare
PHP Code CoverageCoverage after merging test/setup-api-test-coverage into release/2.11 will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| */ | ||
| public function theHTTPStatusCodeShouldBe( | ||
| $expectedStatusCode, ?string $message = "", $response = null | ||
| mixed $expectedStatusCode, ?string $message = "", $response = null |
There was a problem hiding this comment.
| mixed $expectedStatusCode, ?string $message = "", $response = null | |
| mixed $expectedStatusCode, ?string $message = "", ?ResponseInterface $response = null |
| */ | ||
| public function theOCSStatusShouldBe( | ||
| mixed $expectedStatus, | ||
| ResponseInterface $response = null |
There was a problem hiding this comment.
| ResponseInterface $response = null | |
| ?ResponseInterface $response = null |
nabim777
left a comment
There was a problem hiding this comment.
Beside above comment
LGTM 👍🏻
Description
Related Issue or Workpackage
Types of changes
Checklist:
CHANGELOG.mdfile