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

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

    function it_should_allow_me_to_call_a_magical_getter_for_an_attribute()
    {
        $this->getFirstName()->shouldBeEqualTo('Chad');
    }
LdapObjectSpec