spec\LdapTools\Object\LdapObjectSpec::it_should_allow_me_to_call_a_magical_getter_for_an_attribute PHP Method

it_should_allow_me_to_call_a_magical_getter_for_an_attribute() public method

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