Skip to content

Commit 2e8eb23

Browse files
authored
account for eventual consistency in bigquery tests (GoogleCloudPlatform#183)
* account for eventual consistency in bigquery tests * ensures phpunit 4 is used in google/cloud-tools
1 parent 1b1752a commit 2e8eb23

File tree

3 files changed

+1513
-83
lines changed

3 files changed

+1513
-83
lines changed

bigquery/api/composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"require": {
3-
"google/cloud": "0.6",
3+
"google/cloud": "0.10",
44
"symfony/console": "^3.0"
55
},
6+
"require-dev": {
7+
"google/cloud-tools": "<=1.0",
8+
"phpunit/phpunit": "~4"
9+
},
610
"autoload": {
711
"psr-4": {
812
"Google\\Cloud\\Samples\\BigQuery\\": "src/"

0 commit comments

Comments
 (0)