spec\LdapTools\Object\LdapObjectSpec::it_should_remove_an_attribute_value_when_calling_remove PHP 메소드

it_should_remove_an_attribute_value_when_calling_remove() 공개 메소드

    function it_should_remove_an_attribute_value_when_calling_remove()
    {
        $this->remove('lastName', 'Sikorra');
        $this->get('lastName')->shouldBeEqualTo('');
    }
LdapObjectSpec