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

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

    function it_should_set_an_attribute_using_the_magic_property_setter()
    {
        $this->__set('firstName', 'foo');
        $this->__get('firstName')->shouldBeEqualTo('foo');
    }
LdapObjectSpec