Пример #1
0
 public function testDefaultCredentials()
 {
     $client = new \PulkitJalan\Google\Client(['service' => ['enable' => true, 'file' => __DIR__ . '/data/test.json']]);
     $this->assertTrue($client->isUsingApplicationDefaultCredentials());
 }