Commit 97248e1
Takashi Matsuo
Fixing the broken test (GoogleCloudPlatform#530)
* Adding python-ipaddr
* Adding a file for exporting secret.
Now it contains MAILJET_APIKEY and MAILJET_SECRET.
To decrypt the file, you can run:
```
$ gcloud config set project cloud-samples-tests-php
$ gcloud kms decrypt \
--location=global \
--keyring=ci \
--key=ci \
--ciphertext-file=testing/export-secrets.sh.enc \
--plaintext-file=testing/export-secrets.sh
```
* Decrypt in the bash script, allowing failure
* Unset the e2e test flags when the secret is not available
* Configure gcloud when the service account file is there
* Updated the deps for bigquery/stackoverflow
* dlp test update
* Dependency update for bigquery/stackoverflow
* dlp dependency update
* DLP test fix
* Run devserver test and cs fixer on php56
* Updated to guzzlehttp/guzzle 6.3 for test on PHP7.2
* Allow failures for PHP 7.2 for now
* Fixed the wrong travis.yml
* Trial and error on travis.yml
* Avoid doctrine/instantiator 1.1.0 that has a dep for php ^7.1
* Use `compser update` for PHP 5.6
* Correctly skip the tests when no secrets are available
* Use guzzlehttp/guzzle 6.3 for PHP7.2 test failure
* Allow any number of rows
* Use new style TestCase class
* Removed phpunit 4 from some directories
* Dependency update for PHP 7.0
* Added a polyphil for phpunit 6 and 4
* Temporarily catch all the exceptions
* Dependency update and temporarily catch all the exceptions
* Dependency update for pubsub/quickstart
* Use google/cloud-tools for tests that use EventuallyConsistentTestTrait
* Use the new style classname for PHPUnit
* Fixing pubsub/api/test
* Use PHPUnit4To6Shim from google/cloud-tools
* CS fix
* Updating the dependency for spanner
* speech dependency update, removed the unnecessary check for libraries1 parent 8055338 commit 97248e1
File tree
146 files changed
+9932
-41814
lines changed- appengine
- flexible
- analytics
- test
- cloudsql-mysql
- test
- cloudsql-postgres
- test
- datastore
- test
- drupal8
- test
- logging
- test
- mailgun
- test
- mailjet
- test
- memcache
- test
- sendgrid
- test
- staticcontent
- test
- storage
- test
- symfony
- test
- twilio
- test
- standard
- cloudsql
- test
- http
- test
- mailgun
- test
- mailjet
- test
- modules
- test
- storage
- test
- taskqueue
- test
- twilio
- test
- users
- test
- bigquery
- api
- test
- stackoverflow
- datastore
- api
- test
- quickstart
- test
- tutorial
- test
- dlp
- src
- test
- endpoints/getting-started
- test
- error_reporting
- src
- test
- iap
- monitoring
- pubsub
- api
- test
- app
- test
- quickstart
- test
- spanner
- test
- speech
- src
- test
- testing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
146 files changed
+9932
-41814
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
0 commit comments