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

it_should_allow_escaping_in_the_context_of_a_search_filter() public method

    function it_should_allow_escaping_in_the_context_of_a_search_filter()
    {
        $this::escapeValue("cn=test=,stuff )", null, LDAP_ESCAPE_FILTER)->shouldBeEqualTo('cn=test=,stuff \\29');
    }