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

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

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