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

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

    function it_should_return_self_when_calling_the_magical_reset()
    {
        $this->resetFirstName()->shouldReturnAnInstanceOf('\\LdapTools\\Object\\LdapObject');
    }
LdapObjectSpec