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

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

    function it_should_allow_setting_an_attribute_using_set()
    {
        $this->set('firstName', 'Foo');
        $this->get('firstName')->shouldBeEqualTo('Foo');
    }
LdapObjectSpec