示例#1
0
 /**
  * @expectedException \Widop\GoogleAnalytics\GoogleAnalyticsException
  */
 public function testInvalidPkcs12Format()
 {
     $this->client->setPrivateKeyFile(__DIR__ . '/Fixtures/invalid_format.p12');
     $this->client->getAccessToken();
 }