spec\LdapTools\Schema\Parser\SchemaYamlParserSpec::it_should_set_default_attributes_to_select_in_LdapObjectSchema_when_parsing PHP Метод

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

    function it_should_set_default_attributes_to_select_in_LdapObjectSchema_when_parsing()
    {
        $attributes = ['name', 'firstName', 'lastName', 'username', 'emailAddress', 'dn', 'guid'];
        $this->parse('ad', 'user')->getAttributesToSelect()->shouldBeEqualTo($attributes);
    }
SchemaYamlParserSpec