spec\LdapTools\Utilities\LdapUtilitiesSpec::it_should_unescape_hex_values_back_to_a_string PHP Method

it_should_unescape_hex_values_back_to_a_string() public method

    function it_should_unescape_hex_values_back_to_a_string()
    {
        $this::unescapeValue('\\46\\6f\\6f\\3d\\42\\61\\72')->shouldBeEqualTo('Foo=Bar');
    }