Esempio n. 1
0
 /**
  * @param GuzzleClient $http
  * @param Memcache $memcache
  */
 public function __construct(GuzzleClient $http, Memcache $memcache)
 {
     parent::__construct($http);
     $this->memcache = $memcache;
 }
Esempio n. 2
0
 public function testGetHttp()
 {
     $this->assertSame($this->guzzleClient, $this->client->getGuzzleClient());
 }