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

it_should_get_the_rdn_from_a_dn() 공개 메소드

    function it_should_get_the_rdn_from_a_dn()
    {
        $this::getRdnFromDn('cn=Foo,dc=example,dc=com')->shouldBeEqualTo('cn=Foo');
    }