Skip to content
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

tests: Add test for mimetype blocking on share #321

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Mar 13, 2023

@juliusknorr juliusknorr force-pushed the tests/36830 branch 3 times, most recently from 9081722 to 80969c5 Compare March 24, 2023 12:46
@nickvergessen nickvergessen force-pushed the integration-tests branch 2 times, most recently from 5e9d36a to 0468063 Compare March 24, 2023 14:12
Base automatically changed from integration-tests to master March 24, 2023 14:36
@juliusknorr juliusknorr force-pushed the tests/36830 branch 2 times, most recently from 02423f2 to c9fba5e Compare March 28, 2023 04:45
@juliusknorr juliusknorr marked this pull request as ready for review July 12, 2023 19:10
Copy link
Member

@blizzz blizzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

* @param array $arrayOfArrays
* @return array
*/
public function simplifyArray($arrayOfArrays) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it actually used?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I added for completeness as there were usages from Joas initial commit:

tests/Integration/features/bootstrap/WebDav.php
579: $elementsSimplified = $this->simplifyArray($elementRows);
930: $elementsSimplified = $this->simplifyArray($elementRows);

Signed-off-by: Julius Härtl <jus@bitgrid.net>

test: Add pdf data for integration tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants