Ejemplo n.º 1
0
 public function testGetPoolName()
 {
     $poolName = 'testPoolName-cz:xy';
     $pool = new Pool($this->redis, $poolName);
     $this->assertSame($poolName, $pool->getName());
 }