Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion monitoring/test/monitoringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function testCreateMetric()
'metric_id' => self::$metricId,
]);
$this->assertContains(self::$metricId, $output);
});
}, 10);
}

/** @depends testCreateMetric */
Expand Down
8 changes: 8 additions & 0 deletions spanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ To run the Spanner Samples:
update-data Updates sample data in the database.


## Troubleshooting

If you get the following error, set the environment variable `GCLOUD_PROJECT` to your project ID:

```
[Google\Cloud\Core\Exception\GoogleException]
No project ID was provided, and we were unable to detect a default project ID.
```

## The client library

Expand Down
2 changes: 1 addition & 1 deletion spanner/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"google/cloud-spanner": "^0.2.2",
"google/cloud-spanner": "^0.4",
"symfony/console": "^3.2"
},
"require-dev": {
Expand Down
Loading