Jamm\Memory\Tests\TestRedisServer::test_Config_Set PHP Метод

test_Config_Set() публичный Метод

public test_Config_Set ( )
    public function test_Config_Set()
    {
        $this->assertEquals('config set param val', $this->redis->Config_Set('param', 'val'));
    }
TestRedisServer