Пример #1
0
 public function testComputeEngineCredentials()
 {
     $client = new \PulkitJalan\Google\Client([]);
     $this->assertInstanceOf('Google_Auth_ComputeEngine', $client->getAuth());
 }