spec\LdapTools\Utilities\LdapUtilitiesSpec::it_should_ignore_specified_values_when_escaping PHP 메소드

it_should_ignore_specified_values_when_escaping() 공개 메소드

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