Skip to content

Commit

Permalink
fix google cloud sdk tests
Browse files Browse the repository at this point in the history
Adds new method required by interface since googleapis/google-cloud-php#7966
  • Loading branch information
elrido committed Jan 11, 2025
1 parent 4b31528 commit c27c18f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tst/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,11 @@ public function deleteBucket(array $args = array())
throw new BadMethodCallException('not supported by this stub');
}

public function restoreBucket(array $args = array())
{
throw new BadMethodCallException('not supported by this stub');
}

public function getBucket(array $args = array())
{
throw new BadMethodCallException('not supported by this stub');
Expand Down

0 comments on commit c27c18f

Please sign in to comment.