spec\LdapTools\Hydrator\ArrayHydratorSpec::it_should_set_selected_attributes_when_calling_setSelectedAttributes PHP Метод

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

    function it_should_set_selected_attributes_when_calling_setSelectedAttributes()
    {
        $attributes = ['foo', 'bar'];
        $this->setSelectedAttributes($attributes);
        $this->getSelectedAttributes()->shouldBeEqualTo($attributes);
    }