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

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

    function it_should_return_self_from_a_magic_setter()
    {
        $this->setFirstName('Foo')->shouldReturnAnInstanceOf('\\LdapTools\\Object\\LdapObject');
    }
LdapObjectSpec