What exactly gets written to Google Cloud Storage during PHP Unit Tests? #1748
-
Describe the problem/questionWhat gets written there? We are very sensitive when it comes to write data to non-EU cloud providers. Is there an alternative to not use public cloud for running unit tests? Did you use the FAQ section?
What you did?
What happensNo response What should happenNo use of Public Cloud at all, at any stages of development, test and production. Additional informationNo response Server addressNo response Server OSNo response WebserverNo response PrivateBin versionNo response Browser and versionNo response Local operating system and versionNo response Issue reproducibilityNo, I cannot reproduce it on https://privatebin.net. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
PrivateBin doesn't write data to Google Cloud Storage while running PHP unit tests. However, running tests related to Google Cloud Storage requires the P.S. The issue of excluding |
Beta Was this translation helpful? Give feedback.
PrivateBin doesn't write data to Google Cloud Storage while running PHP unit tests. However, running tests related to Google Cloud Storage requires the
google/cloud-storagepackage to be installed.You can install it by running composer require google/cloud-storage or use the privatebin/unit-testing Docker image, which contains everything needed to run PHP or JavaScript unit tests.
P.S. The issue of excluding
google/cloud-storagefrom the list of required packages for running unit tests was discussed in #1641