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