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');
    }