We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9b7a7 commit ff3d936Copy full SHA for ff3d936
pubsub/api/test/pubsubTest.php
@@ -1,4 +1,5 @@
1
<?php
2
+
3
/**
4
* Copyright 2016 Google Inc.
5
*
@@ -32,6 +33,8 @@ class PubSubTest extends TestCase
32
33
use EventuallyConsistentTestTrait;
34
35
private static $eodSubscriptionId;
36
+ private static $awsRoleArn = 'arn:aws:iam::111111111111:role/fake-role-name';
37
+ private static $gcpServiceAccount = '[email protected]';
38
39
public static function setUpBeforeClass(): void
40
{
0 commit comments