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