コード例 #1
0
ファイル: PoolTest.php プロジェクト: jannavratil/php-rq
 public function testGetRedisClient()
 {
     $pool = new Pool($this->redis, 'test');
     $this->assertSame($this->redis, $pool->getRedisClient());
 }