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

it_should_escape_values_when_calling_escape_values() 공개 메소드

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