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

it_should_remove_an_attribute_when_calling_the_magical_reset() public method

    function it_should_remove_an_attribute_when_calling_the_magical_reset()
    {
        $this->resetFirstName();
        $this->has('firstName')->shouldBeEqualTo(false);
    }
LdapObjectSpec