Example #1
0
 public function getDefaultUserAgent()
 {
     return 'OpenCloud/' . Version::getVersion() . ' Guzzle/' . Version::getGuzzleVersion() . ' cURL/' . Version::getCurlVersion() . ' PHP/' . PHP_VERSION;
 }
Example #2
0
 public function test_Guzzle_Version()
 {
     $this->assertNotNull(Version::getGuzzleVersion());
 }