spec\LdapTools\Utilities\TSPropertySpec::it_should_properly_encode_and_decode_values_with_UTF8_characters PHP Method

it_should_properly_encode_and_decode_values_with_UTF8_characters() public method

    function it_should_properly_encode_and_decode_values_with_UTF8_characters()
    {
        $hex = '200e01437478574650726f66696c6550617468e398b6e38da6e38da6e388b6e385a5e388b7e380b0';
        $this->beConstructedWith(hex2bin($hex));
        $this->getName()->shouldEqual('CtxWFProfilePath');
        $this->getValue()->shouldEqual('fóóbár');
        $this->toBinary()->shouldHaveHex($hex);
    }