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

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

    function it_should_return_self_when_calling_reset()
    {
        $this->reset('firstName')->shouldReturnAnInstanceOf('\\LdapTools\\Object\\LdapObject');
    }
LdapObjectSpec