File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ class HmacCommandTest extends TestCase
3333 protected $ commandTesterCreate ;
3434 protected $ commandTesterManage ;
3535 protected $ storage ;
36- protected $ projectId ;
3736 protected $ hmacServiceAccount ;
3837 protected $ accessId ;
3938
@@ -44,7 +43,6 @@ public function setUp()
4443 $ this ->commandTesterCreate = new CommandTester ($ application ->get ('hmac-sa-create ' ));
4544 $ this ->commandTesterManage = new CommandTester ($ application ->get ('hmac-sa-manage ' ));
4645 $ this ->storage = new StorageClient ();
47- $ this ->projectId = $ this ->requireEnv ("GOOGLE_CLOUD_PROJECT " );
4846 $ this ->hmacServiceAccount = $ this ->requireEnv ('STORAGE_HMAC_KEY_SERVICE_ACCOUNT ' );
4947 // Delete all HMAC keys.
5048 deleteAllHmacKeys ($ this ->hmacServiceAccount );
You can’t perform that action at this time.
0 commit comments