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

test_Config_Get() public method

public test_Config_Get ( )
    public function test_Config_Get()
    {
        $this->assertEquals('config get pattern*', $this->redis->Config_Get('pattern*'));
    }
TestRedisServer