-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ApiTest. search entity from project space and shares jail #4054
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
8edd7e8
to
a778229
Compare
💥 Acceptance test Core-API-Tests-ocis-storage-8 failed. Further test are cancelled... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aren't those cases tested already in https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavOperations/search.feature ?
@individual-it I think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but before merging owncloud/core#40174 needs to get merged and the .drone.env
file reverted
public function deleteAllSpacesOfTheType(string $driveType): void | ||
{ | ||
public function deleteAllSpacesOfTheType(string $driveType): void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we run PHP lint here? this should have been caught by CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran make test-php-style-fix
and got No fixable errors were found
in core repository we have only tests for searching in personal space. so additionally I made a change in core |
add new line to the end change coreCommitId change coreCommitId revert CORE_BRANCH
cbb2096
to
01677b3
Compare
Kudos, SonarCloud Quality Gate passed! |
Changes in 2 PR. related with owncloud/core#40174