Skip to content

Commit 44cd776

Browse files
authored
fixes language output tests (GoogleCloudPlatform#420)
1 parent c860e5d commit 44cd776

File tree

4 files changed

+110
-90
lines changed

4 files changed

+110
-90
lines changed

language/api/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ to [browse the source][google-cloud-php-source] and [report issues][google-clou
189189

190190
## Troubleshooting
191191

192+
If you get the following error, set the environment variable `GCLOUD_PROJECT` to your project ID:
193+
194+
```
195+
[Google\Cloud\Core\Exception\GoogleException]
196+
No project ID was provided, and we were unable to detect a default project ID.
197+
```
198+
192199
If you have not set a timezone you may get an error from php. This can be resolved by:
193200

194201
1. Finding where the php.ini is stored by running php -i | grep 'Configuration File'

language/api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-language": "^0.3",
3+
"google/cloud-language": "^0.4",
44
"symfony/console": "^3.0",
55
"google/cloud-storage": "^1.0",
66
"symfony/yaml": "^3.2"

0 commit comments

Comments
 (0)