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

it_should_escape_values_when_calling_escape_values() public method

    function it_should_escape_values_when_calling_escape_values()
    {
        $this::escapeValue('*)(user=*)(')->shouldBeEqualTo('\\2a\\29\\28\\75\\73\\65\\72\\3d\\2a\\29\\28');
    }