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

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

    function it_should_allow_getting_an_attriute_with_get()
    {
        $this->get('lastName')->shouldBeEqualTo('Sikorra');
    }
LdapObjectSpec