-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: add yandex storage adapter #102
base: main
Are you sure you want to change the base?
feat: add yandex storage adapter #102
Conversation
@stnguyen90 Can you check it? |
Can you check it please? @shimonewman @eldadfux |
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.
Please fix the linting errors.
…/hydromoll/storage into feat-7026-Yandex-storage-adapter
@stnguyen90 Can you check corrections? |
Can you check it please? |
phpunit.xml
Outdated
@@ -11,6 +11,7 @@ | |||
<testsuite name="unit"> | |||
<directory>./tests/Storage/Compression</directory> | |||
<file>./tests/Storage/Device/LocalTest.php</file> | |||
<file>./tests/Storage/Device/YandexTest.php</file> |
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.
This isn't needed. It should be included automatically in the e2e test suite. Also, tests against a 3rd party service should definitely not be in unit tests.
@stnguyen90 Can you give a review please? |
Dear moderators, can you make a review? |
@stnguyen90 Can you check it please?^^ |
Related: