Esempio n. 1
0
 public function getDefaultUserAgent()
 {
     return 'OpenCloud/' . Version::getVersion() . ' Guzzle/' . Version::getGuzzleVersion() . ' cURL/' . Version::getCurlVersion() . ' PHP/' . PHP_VERSION;
 }
Esempio n. 2
0
 public function test_Version()
 {
     $this->assertEquals(Version::getVersion(), Version::VERSION);
 }