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 74caee1 commit 8538076Copy full SHA for 8538076
tasks/test/tasksTest.php
@@ -53,6 +53,7 @@ public function testCreateHttpTask()
53
54
public function testCreateHttpTaskWithToken()
55
{
56
+ self::requireEnv('GOOGLE_APPLICATION_CREDENTIALS');
57
$jsonKey = CredentialsLoader::fromEnv();
58
$output = $this->runSnippet('create_http_task_with_token', [
59
self::$location,
0 commit comments