Jamm\Memory\Tests\TestRedisServer::test_hGetAll PHP Method

test_hGetAll() public method

public test_hGetAll ( )
    public function test_hGetAll()
    {
        $this->assertEquals(array('h' => 'g'), $this->redis->hGetAll('key'));
    }
TestRedisServer