Skip to content

Commit

Permalink
account for eventual consistency in bigquery tests (#183)
Browse files Browse the repository at this point in the history
* account for eventual consistency in bigquery tests

* ensures phpunit 4 is used in google/cloud-tools
  • Loading branch information
bshaffer authored Oct 11, 2016
1 parent 1b1752a commit 2e8eb23
Show file tree
Hide file tree
Showing 3 changed files with 1,513 additions and 83 deletions.
6 changes: 5 additions & 1 deletion bigquery/api/composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"require": {
"google/cloud": "0.6",
"google/cloud": "0.10",
"symfony/console": "^3.0"
},
"require-dev": {
"google/cloud-tools": "<=1.0",
"phpunit/phpunit": "~4"
},
"autoload": {
"psr-4": {
"Google\\Cloud\\Samples\\BigQuery\\": "src/"
Expand Down
Loading

0 comments on commit 2e8eb23

Please sign in to comment.