Skip to content

Commit

Permalink
Use EventuallyConsistentTestTrait for a test (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored Oct 11, 2016
1 parent 2e8eb23 commit a98a469
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 44 deletions.
5 changes: 3 additions & 2 deletions logging/api/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"require": {
"google/cloud": "<2.0",
"google/cloud": "~1.0|~0.10",
"symfony/console": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
"phpunit/phpunit": "~4.8",
"google/cloud-tools": "~1.0|~0.5"
},
"autoload": {
"psr-4": { "Google\\Cloud\\Samples\\Logging\\": "src" },
Expand Down
Loading

0 comments on commit a98a469

Please sign in to comment.