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

Fix tests #1486

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Fix tests #1486

merged 2 commits into from
Jan 23, 2025

Conversation

guillaume-sainthillier
Copy link
Contributor

This PR fix some tests that were skipped because of bad "@requires" annotation

@@ -157,9 +152,9 @@ public static function pathProvider(): array
return [
// dir, path, relative
[null, 'file.txt', true],
[null, '/absolute/file.txt', false],
[null, 'file.txt', false],
Copy link
Collaborator

Choose a reason for hiding this comment

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

any reason for changing these values?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@garak these tests were actually skipped, no way for them to work because absolute path is not handled by flysystem storage anymore (as FlysystemOperator does not provide any ways to get this):

return $path;
}
return $path;

@garak garak merged commit f86dfa7 into dustin10:master Jan 23, 2025
1 check passed
@garak
Copy link
Collaborator

garak commented Jan 24, 2025

The tests are currently failing because

Trying to configure method "publicUrl" which cannot be configured because it does not exist, has not been specified, is final, or is static

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.

2 participants