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

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

    function it_should_set_the_attribute_when_calling_the_magical_setter()
    {
        $this->setFirstName('Foo');
        $this->getFirstName()->shouldBeEqualTo('Foo');
    }
LdapObjectSpec