Skip to content

Commit 8538076

Browse files
committed
chore: add requireEnv
1 parent 74caee1 commit 8538076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/test/tasksTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function testCreateHttpTask()
5353

5454
public function testCreateHttpTaskWithToken()
5555
{
56+
self::requireEnv('GOOGLE_APPLICATION_CREDENTIALS');
5657
$jsonKey = CredentialsLoader::fromEnv();
5758
$output = $this->runSnippet('create_http_task_with_token', [
5859
self::$location,

0 commit comments

Comments
 (0)