spec\LdapTools\Object\LdapObjectSpec::it_should_set_the_dn_for_the_batch_collection_on_construction PHP Метод

it_should_set_the_dn_for_the_batch_collection_on_construction() публичный Метод

    function it_should_set_the_dn_for_the_batch_collection_on_construction()
    {
        $this->getBatchCollection()->getDn()->shouldBeEqualTo($this->attributes['dn']);
    }
LdapObjectSpec